mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-19 14:32:54 +08:00
13 lines
363 B
YAML
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"
|