Created
August 27, 2022 10:24
-
-
Save susimsek/c17228014ea4c9f845bcd23e9e43afab to your computer and use it in GitHub Desktop.
Graphql Code Generator Config
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:4000" | |
documents: "src/**/!(*.d).{ts,tsx,graphql}" | |
generates: | |
src/generated/graphql-types.ts: | |
plugins: | |
- "typescript" | |
- "typescript-operations" | |
- "typescript-react-apollo" | |
config: | |
skipTypename: true | |
preResolveTypes: true | |
declarationKind: "interface" | |
onlyOperationTypes: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment