Skip to content

Instantly share code, notes, and snippets.

@mlg87
Created July 21, 2020 21:13
Show Gist options
  • Save mlg87/9c5ad72466b30640d470b22665b46d76 to your computer and use it in GitHub Desktop.
Save mlg87/9c5ad72466b30640d470b22665b46d76 to your computer and use it in GitHub Desktop.
Using Apollo Client for global state management code samples - package.json
// ./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