Skip to content

Instantly share code, notes, and snippets.

@bogoslavskiy
Created March 5, 2020 15:18
Show Gist options
  • Save bogoslavskiy/fd3b6786f4cdd1c35567d439a0654a76 to your computer and use it in GitHub Desktop.
Save bogoslavskiy/fd3b6786f4cdd1c35567d439a0654a76 to your computer and use it in GitHub Desktop.
overwrite: true
schema: "http://localhost:5000/graphql"
documents: null
generates:
src/generated/graphql.ts:
plugins:
- "typescript"
- "typescript-resolvers"
config:
useIndexSignature: true
scalars:
NEString: string
Timestamp: number
namingConvention:
enumValues: change-case#upperCase
./graphql.schema.json:
plugins:
- "introspection"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment