Skip to content

Commit

Permalink
Update xml docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nozzlegear committed Oct 3, 2024
1 parent 86289d2 commit 974fcd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ShopifySharp/Services/Graph/GraphRequestUserErrorHandling.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ namespace ShopifySharp;

public enum GraphRequestUserErrorHandling
{
/// Tells the service to throw an exception if the response contains a <b>non-empty</b> <c>userErrors</c> object.
Throw,
/// Tells the service ignore any <c>userErrors</c> objects in the response.
DoNotThrow
}

2 changes: 1 addition & 1 deletion ShopifySharp/Services/Graph/GraphService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public virtual async Task<TResult> SendAsync<TResult>(GraphRequest request, int?
#endif

/// <summary>
/// Sends a GraphQL request with variables to Shopify's GraphQL API.
/// Sends a Graph request with variables to Shopify's Graph API.
/// </summary>
/// <param name="graphRequest"></param>
/// <param name="cancellationToken"></param>
Expand Down

0 comments on commit 974fcd8

Please sign in to comment.