Created
July 21, 2020 21:13
-
-
Save mlg87/9c5ad72466b30640d470b22665b46d76 to your computer and use it in GitHub Desktop.
Using Apollo Client for global state management code samples - package.json
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
// ./package.json | |
{ | |
... | |
"scripts": { | |
... | |
"generate:schema": "graphql-codegen -r dotenv/config" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment