felicity-lims/codegen.yml

14 lines
363 B
YAML
Raw Normal View History

2023-11-10 14:05:15 +08:00
overwrite: true
debug: true
schema: "http://127.0.0.1:8000/felicity-gql"
documents:
2023-11-24 06:22:22 +08:00
- './felicity/api/gql/schema.graphql'
2023-11-10 14:05:15 +08:00
- './webapp/graphql/operations/**/*.ts'
- './webapp/graphql/operations/**/*.graphql'
generates:
webapp/graphql/graphql.ts:
plugins:
- "typescript"
- "typescript-operations"
2023-11-24 06:22:22 +08:00
- "typescript-vue-urql"