mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-21 07:22:53 +08:00
11 lines
283 B
YAML
11 lines
283 B
YAML
|
overwrite: true
|
||
|
schema: "http://127.0.0.1:8000/felicity-gql"
|
||
|
documents:
|
||
|
- './felicity/api/gql/**/*.graphql'
|
||
|
- './webapp/graphql/**/*.ts'
|
||
|
generates:
|
||
|
webapp/graphql/graphql.ts:
|
||
|
plugins:
|
||
|
- "typescript"
|
||
|
- "typescript-operations"
|
||
|
- "typescript-urql"
|