graphql-markdown
graphql-markdown copied to clipboard
Loading schema fails with graphql v16+
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.
Submitted a PR to fix this.
Released in v6.1.0. Thanks!