Created
March 5, 2020 17:33
-
-
Save bogoslavskiy/21f1e893986ea97034f894e2bc7fcb81 to your computer and use it in GitHub Desktop.
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
overwrite: true | |
schema: "http://localhost:5000/graphql" | |
documents: | |
- components/**/*.tsx | |
- graphql/queries/*.ts | |
generates: | |
graphql/generated.ts: | |
plugins: | |
- typescript | |
- typescript-operations | |
- typescript-react-apollo | |
config: | |
scalars: | |
NEString: string | |
Timestamp: number | |
reactApolloVersion: 3 | |
withHooks: true | |
withHOC: false | |
withComponent: false | |
namingConvention: | |
enumValues: change-case#upperCase | |
graphql/introspection.json: | |
plugins: | |
- introspection | |
config: | |
minify: true | |
graphql/introspection-result.json: | |
plugins: | |
- fragment-matcher | |
config: | |
apolloClientVersion: 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment