felicity-lims/codegen.yml
2023-08-12 10:55:12 +02:00

13 lines
No EOL
359 B
YAML

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