You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, the type field is going to be returned with every error.
😅 Maybe this case also affects the octokit's error type.
yanyongyu
changed the title
[GraphQL] GraphQLResponse validation error on query syntax error
[GraphQL] error type missing when syntax error
Nov 12, 2024
When there is a syntax error like this one:
The GraphQLResponse schema fails to parse it with the following error:
Seems like the error schema has type as a required field but it doesn't hold true in case of syntax errors.
The text was updated successfully, but these errors were encountered: