Fetch and print the GraphQL schema from a GraphQL HTTP endpoint. (Can be used for Relay Modern.)
Note: Consider using
graphql-cli
instead for improved workflows.
Install
npm install -g get-graphql-schema
Usage
Usage: get-graphql-schema [OPTIONS] ENDPOINT_URL > schema.graphql Fetch and print the GraphQL schema from a GraphQL HTTP endpoint Options: --header, -h Add a custom header , can be used multiple times --json, -j Output in JSON format --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!