Skip to content

Instantly share code, notes, and snippets.

@Faliszek
Created November 13, 2020 09:30
Show Gist options
  • Save Faliszek/df6e95d6037367faa8228fc4219110ff to your computer and use it in GitHub Desktop.
Save Faliszek/df6e95d6037367faa8228fc4219110ff to your computer and use it in GitHub Desktop.
# get schema to .graphql
npx get-graphql-schema https://my-app.dev/graphql > schema.graphql
# get schema to .json
npx get-graphql-schema https://my-app.dev/graphql -j > graphql_schema.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment