mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-24 05:37:56 -05:00
24 lines
482 B
YAML
24 lines
482 B
YAML
schema:
|
|
- ./schema.graphql
|
|
documents:
|
|
overwrite: true
|
|
config:
|
|
scalars:
|
|
DateTime: Date
|
|
JSON: '{ [key: string]: any }'
|
|
generates:
|
|
./autogen/hasura/gql.ts:
|
|
plugins:
|
|
- graphql-codegen-hasura-gql
|
|
documents:
|
|
- ./customFragments.ts
|
|
config:
|
|
reactApolloVersion: 3
|
|
typescriptCodegenOutputPath: ../
|
|
trimString:
|
|
withQueries: true
|
|
withSubscriptions: true
|
|
withInserts: true
|
|
withUpdates: true
|
|
withDeletes: true
|