Skip to content

Instantly share code, notes, and snippets.

@briancarycom
Created May 18, 2020 23:33
Show Gist options
  • Save briancarycom/2a029cdb15be3789a8438820f8caaea9 to your computer and use it in GitHub Desktop.
Save briancarycom/2a029cdb15be3789a8438820f8caaea9 to your computer and use it in GitHub Desktop.
[Mobile app notes] Notes 5/18/20 #dev #react #graphql
https://stackoverflow.com/questions/37397886/get-graphql-whole-schema-query
# install via NPM
npm install -g graphql-cli
# Setup your .graphqlconfig file (configure endpoints + schema path)
graphql init
# Download the schema from the server
graphql get-schema
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment