Fetch and print the GraphQL schema from a GraphQL HTTP endpoint. (Can be used for Relay Modern.)
npm install -g get-graphql-schema
Usage: get-graphql-schema ENDPOINT_URL > schema.graphql
Fetch and print the GraphQL schema from a GraphQL HTTP endpoint
(Outputs schema in IDL syntax by default)
Options:
--json, -j Output in JSON format (based on introspection query)
--version, -v Print version of get-graphql-schema
Join our Slack community if you run into issues or have questions. We love talking to you!