Files
schemas-app/codegen.yml
T

14 lines
339 B
YAML
Raw Normal View History

2025-11-22 16:42:35 +01:00
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