14 lines
339 B
YAML
14 lines
339 B
YAML
|
|
schema: http://localhost:8080/query
|
||
|
|
documents: 'app/**/*.graphql'
|
||
|
|
generates:
|
||
|
|
app/graphql/generated.ts:
|
||
|
|
plugins:
|
||
|
|
- typescript
|
||
|
|
- typescript-operations
|
||
|
|
- typescript-vue-apollo
|
||
|
|
config:
|
||
|
|
withCompositionFunctions: true
|
||
|
|
vueCompositionApiImportFrom: vue
|
||
|
|
dedupeFragments: true
|
||
|
|
skipTypename: false
|