Open raman-exiliensoft opened 1 year ago
Getting Error: Expected undefined to be a GraphQL schema.
same
Issue is only with documentation. Latest version of graphqlSync takes an object as input.
graphqlSync
const introspection = graphqlSync({ schema, source: getIntrospectionQuery() }).data
Getting Error: Expected undefined to be a GraphQL schema.