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
In some cases, GraphQL requests are rejected early because of GraphQL document validation errors.
The DefaultExecutionGraphQlService should handle those consistently and use the relevant information in the "errors" response map if those are also GraphQLError instances.