Hi,
I have a problem with a GraphQL API call. I would like to get all Order information (including all fields of the object). When I execute the query I get an INTERNAL_SERVER_ERROR error. For example I get:
{
"errors": [
{
"message": "Internal error. Looks like something went wrong on our end.\nRequest ID: 77abe2fd-a62e-4ee9-9b5e-76a86b03e26a (include this in support requests).",
"extensions": {
"code": "INTERNAL_SERVER_ERROR",
"requestId": "77abe2fd-a62e-4ee9-9b5e-76a86b03e26a"
}
}
]
}
Can you help me better understand the error?