ShopifySharp icon indicating copy to clipboard operation
ShopifySharp copied to clipboard

PrepareRequest incorrect result for Graph

Open 1jmj opened this issue 6 years ago • 1 comments

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");

1jmj avatar Sep 18 '19 13:09 1jmj

#429

nozzlegear avatar Dec 19 '19 17:12 nozzlegear