mirror of
https://github.com/BillyOutlast/stash-box.git
synced 2026-02-04 02:51:17 +01:00
20 lines
467 B
YAML
20 lines
467 B
YAML
overwrite: true
|
|
schema: "../graphql/schema/**/*.graphql"
|
|
documents: "src/graphql/**/*.gql"
|
|
generates:
|
|
src/graphql/types.ts:
|
|
plugins:
|
|
- typescript
|
|
- typescript-operations
|
|
- typed-document-node
|
|
config:
|
|
dedupeOperationSuffix: true
|
|
scalars:
|
|
Date: string
|
|
DateTime: string
|
|
Time: string
|
|
Upload: File
|
|
namingConvention:
|
|
enumValues: change-case-all#upperCase
|
|
nonOptionalTypename: true
|