graphql-to-json-schema
graphql-to-json-schema copied to clipboard
Not working with latest version of graphql 16.3.0
Getting Error: Expected undefined to be a GraphQL schema.
same
Issue is only with documentation. Latest version of graphqlSync takes an object as input.
const introspection = graphqlSync({ schema, source: getIntrospectionQuery() }).data