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
{{ message }}
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
After upgrading to GraphQL JS v16 (released 28th of Oct 2021) while using this library, you should receive this error.
Must provide document.
at devAssert (node_modules/graphql/jsutils/devAssert.js:12:11)
at assertValidExecutionArguments (node_modules/graphql/execution/execute.js:145:40)
at Object.execute (node_modules/graphql/execution/execute.js:74:3)
Hi,
After upgrading to GraphQL JS v16 (released 28th of Oct 2021) while using this library, you should receive this error.
This is discussed in relation to other libraries here: graphql/graphql-js#3245 (comment)
The most critical change required would be to pass an object rather than params to
execute()
.Mark.
The text was updated successfully, but these errors were encountered: