ShopifySharp
ShopifySharp copied to clipboard
PrepareRequest incorrect result for Graph
GraphService seems to be using the wrong URL for GraphQL connection to Shopify
var req = PrepareRequest("api/graphql.json");
The correct URL ought to be
var req = PrepareRequest("graphql.json");
#429