GraphQL Order API 500 Error

AddisonApps
Shopify Expert
56 6 14

I am using Shopify's GraphQL app to submit a query (I have also tried this through a private app):

query {
  orders(first:10) {
    edges {
      node {
        id
      }
    }
  }
}

 

I keep getting this reply:

{
  "errors": [
    {
      "message": "Internal error. Looks like something went wrong on our end.\nRequest ID: fa092ac2-3fc4-46b6-96b5-6b3486b12a10 (include this in support requests).",
      "extensions": {
        "code": "INTERNAL_SERVER_ERROR",
        "requestId": "fa092ac2-3fc4-46b6-96b5-6b3486b12a10"
      }
    }
  ]
}

 

I have contacted support but have not received any help yet.

I am only seeing this issue on a single client.

Reply 1 (1)

Chirag_Darji
Visitor
1 0 0

Same issue... actually i get Json encountered I at position 0 ...at all of my graphql queries...someone plz help