bridge/website/codegen.yml
2021-02-13 14:28:40 +01:00

15 lines
345 B
YAML

schema: http://localhost:3000/api/website/graphql
documents:
- src/graphql/queries/*.ts
- src/graphql/mutations/*.ts
generates:
./src/graphql/generated.ts:
plugins:
- typescript
- typescript-operations
- typescript-graphql-request
config:
avoidOptionals: true
hooks:
afterAllFileWrite:
- eslint --fix