exogen / graphql-markdown

The easiest way to document your GraphQL schema.
MIT License
179 stars 55 forks source link

fix for graphql 16 #87

Closed nextdude closed 2 years ago

nextdude commented 2 years ago

Modify how we pass arguments to graphql to convert schema to json. Change from legacy positional arguments to an object (which is required in graphql v16+).

nextdude commented 2 years ago

@exogen can we get this merged?