graphql-markdown
graphql-markdown copied to clipboard
fix for graphql 16
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+).
@exogen can we get this merged?