Hi @rivantsov ,
I have the following error with the latest GraphiQL.
I am not sure if this is a GraphiQL issue, or there is an incompatible schema within NGraphQL.
Logging this ticket just for your attention. Thanks.
{
"errors": [
{
"message": "Syntax Error: Unexpected <EOF>.",
"locations": [
{
"line": 1,
"column": 1
}
],
"extensions": {},
"stack": "GraphQLError: Syntax Error: Unexpected <EOF>.\n at syntaxError (https://unpkg.com/graphiql@3.2.0/graphiql.min.js:23092:10)\n at Parser.unexpected (https://unpkg.com/graphiql@3.2.0/graphiql.min.js:29568:41)\n at Parser.parseValueLiteral (https://unpkg.com/graphiql@3.2.0/graphiql.min.js:28799:20)\n at parseValue (https://unpkg.com/graphiql@3.2.0/graphiql.min.js:28357:24)\n at buildInputValue (https://unpkg.com/graphiql@3.2.0/graphiql.min.js:34790:128)\n at keyValMap (https://unpkg.com/graphiql@3.2.0/graphiql.min.js:26371:27)\n at buildInputValueDefMap (https://unpkg.com/graphiql@3.2.0/graphiql.min.js:34782:37)\n at buildDirective (https://unpkg.com/graphiql@3.2.0/graphiql.min.js:34812:13)\n at Array.map (<anonymous>)\n at Object.buildClientSchema (https://unpkg.com/graphiql@3.2.0/graphiql.min.js:34614:86)"
}
]
}
Hi @rivantsov ,
I have the following error with the latest GraphiQL.
I am not sure if this is a GraphiQL issue, or there is an incompatible schema within NGraphQL.
Logging this ticket just for your attention. Thanks.
{ "errors": [ { "message": "Syntax Error: Unexpected <EOF>.", "locations": [ { "line": 1, "column": 1 } ], "extensions": {}, "stack": "GraphQLError: Syntax Error: Unexpected <EOF>.\n at syntaxError (https://unpkg.com/graphiql@3.2.0/graphiql.min.js:23092:10)\n at Parser.unexpected (https://unpkg.com/graphiql@3.2.0/graphiql.min.js:29568:41)\n at Parser.parseValueLiteral (https://unpkg.com/graphiql@3.2.0/graphiql.min.js:28799:20)\n at parseValue (https://unpkg.com/graphiql@3.2.0/graphiql.min.js:28357:24)\n at buildInputValue (https://unpkg.com/graphiql@3.2.0/graphiql.min.js:34790:128)\n at keyValMap (https://unpkg.com/graphiql@3.2.0/graphiql.min.js:26371:27)\n at buildInputValueDefMap (https://unpkg.com/graphiql@3.2.0/graphiql.min.js:34782:37)\n at buildDirective (https://unpkg.com/graphiql@3.2.0/graphiql.min.js:34812:13)\n at Array.map (<anonymous>)\n at Object.buildClientSchema (https://unpkg.com/graphiql@3.2.0/graphiql.min.js:34614:86)" } ] }