felicity-lims/codegen.yml

13 lines
359 B
YAML
Raw Normal View History

2023-08-04 13:12:43 +08:00
overwrite: true
2023-08-05 22:56:27 +08:00
debug: true
2023-08-04 13:12:43 +08:00
schema: "http://127.0.0.1:8000/felicity-gql"
documents:
- './felicity/api/gql/**/*.graphql'
2023-08-05 22:56:27 +08:00
- './webapp/graphql/operations/**/*.ts'
- './webapp/graphql/operations/**/*.graphql'
2023-08-04 13:12:43 +08:00
generates:
webapp/graphql/graphql.ts:
plugins:
- "typescript"
- "typescript-operations"
2023-08-05 22:56:27 +08:00
- "typescript-vue-urql"