Created
May 18, 2020 23:33
-
-
Save briancarycom/2a029cdb15be3789a8438820f8caaea9 to your computer and use it in GitHub Desktop.
[Mobile app notes] Notes 5/18/20 #dev #react #graphql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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