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
Version 16 of graphql library removes support for positional arguments in call to graphql.graphql() used in src/loadSchemaJSON.js method schemaToJSON (line 24). The fix is to simply pass the schema and introspection query in an object instead.
The text was updated successfully, but these errors were encountered:
Version 16 of
graphql
library removes support for positional arguments in call tographql.graphql()
used insrc/loadSchemaJSON.js
methodschemaToJSON
(line 24). The fix is to simply pass the schema and introspection query in an object instead.The text was updated successfully, but these errors were encountered: