diff --git a/ShopifySharp/Services/Graph/GraphResult.cs b/ShopifySharp/Services/Graph/GraphResult.cs index 763bd492..4e8ba0be 100644 --- a/ShopifySharp/Services/Graph/GraphResult.cs +++ b/ShopifySharp/Services/Graph/GraphResult.cs @@ -15,6 +15,7 @@ public class GraphResult public T Data { get; set; } = default!; #endif + /// The X-Request-Id header returned by Shopify. This can be used when working with the Shopify support team to identify the failed request. public string? RequestId { get; set; } } @@ -28,6 +29,7 @@ public class GraphResult : IDisposable public IJsonElement Json { get; set; } = null!; #endif + /// The X-Request-Id header returned by Shopify. This can be used when working with the Shopify support team to identify the failed request. public string? RequestId { get; set; } public void Dispose()