Hi,
I'm getting the same error response as below no matter what I give as input to the graphiql. The same inputs are working fine from other clients. Can you help to understand if I'm missing something?
{
"data": null,
"errors": [
{
"message": "Invalid Syntax",
"locations": [
{
"line": 1,
"column": 0
}
],
"errorType": "InvalidSyntax",
"extensions": null,
"path": null
}
]
}