felicity-lims/codegen.yml
2023-11-24 00:22:22 +02:00

13 lines
363 B
YAML

overwrite: true
debug: true
schema: "http://127.0.0.1:8000/felicity-gql"
documents:
- './felicity/api/gql/schema.graphql'
- './webapp/graphql/operations/**/*.ts'
- './webapp/graphql/operations/**/*.graphql'
generates:
webapp/graphql/graphql.ts:
plugins:
- "typescript"
- "typescript-operations"
- "typescript-vue-urql"