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
As of pretty recently (Oct 13?) I've been getting GraphQL errors on queries that were previously working (most of the time). Here's an example that fails in the Yoga GraphiQL IDE:
{
"errors": {
"message": "Cannot use 'in' operator to search for 'hasNext' in undefined",
"stack": "TypeError: Cannot use 'in' operator to search for 'hasNext' in undefined\n at https://unpkg.com/@graphql-yoga/[email protected]/dist/yoga-graphiql.es.js:34989:101\n at https://unpkg.com/@graphql-yoga/[email protected]/dist/yoga-graphiql.es.js:36035:13"
}
}
The text was updated successfully, but these errors were encountered:
As of pretty recently (Oct 13?) I've been getting GraphQL errors on queries that were previously working (most of the time). Here's an example that fails in the Yoga GraphiQL IDE:
And the error:
The text was updated successfully, but these errors were encountered: