DATA MANAGEMENT RESEARCH

How to generate schema.graphql in VS Code from config file

I have the following graphql.config.json in my root directory: { “name”: “GraphQL Schema”, “schemaPath”: “schema.graphql”, “documents”: “./**/*.graphql”, “extensions”: { “endpoints”: { “GraphQL Parse Endpoint”: { “url”: “http://localhost:1337/graphql”, “headers”: { “X-Parse-Application-Id”:…Read moreHow to generate schema.graphql in VS Code from config file