Files
dancefinder-app/codegen.yml
T

23 lines
550 B
YAML
Raw Normal View History

schema: ./graphql/schema.graphql
documents: './graphql/**/*.graphql'
generates:
./graphql/generated/operations.ts:
plugins:
- typescript
- typescript-operations
- typescript-vue-apollo
- fragment-matcher
config:
fetcher: fetch
avoidOptionals:
field: true
inputValue: true
object: false
defaultValue: true
maybeValue: T | null | undefined
strictScalars: true
scalars:
LocalDate: string
LocalDateTime: string
vueCompositionApiImportFrom: vue