Skip to content

Instantly share code, notes, and snippets.

@susimsek
Created August 27, 2022 10:24
Show Gist options
  • Save susimsek/c17228014ea4c9f845bcd23e9e43afab to your computer and use it in GitHub Desktop.
Save susimsek/c17228014ea4c9f845bcd23e9e43afab to your computer and use it in GitHub Desktop.
Graphql Code Generator Config
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