Loading schema fails with graphql v16+
Closed this issue · 2 comments
nextdude-mdsol commented
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.