No content to show
User Activity
09-14-2022
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...
09-14-2022
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...
09-09-2022
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
Subject | Views | Posted |
---|---|---|
629 | 09-14-2022 01:44 PM |