No content to show

User Activity

Solved my own question. I needed to escape the quotes within my query. { "query": "query{ orders(first: 3, after: \"eyJsYXN0X2lkIjo0MzU5OTgzMjY3ODkzLCJsYXN0X3ZhbHVlIjoiMjAyMi0wNS0yMyAxMDozNzoyMy4wMDAwMDAifQ==\") { edges { cursor node { id name lega...
This query runs fine in the GraphiQL editor but when I run it as a JSON request I get a 400 response.  The json provided is not formatted correctly  If I remove the pagination request "after: ..." it runs as expected. Is there something about my form...
Curious if there is something I need to do to activate the capability to run the shopifyqlQuery function. I'm successfully running other cURL request examples from the documentation using the unstable version of the GraphQL API no problem but when I ...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.