Files
hetty/admin/gqlcodegen.yml

10 lines
222 B
YAML
Raw Normal View History

2022-02-22 14:10:39 +01:00
overwrite: true
schema: "../pkg/api/schema.graphql"
documents: "src/**/*.graphql"
generates:
src/generated/graphql.tsx:
plugins:
- "typescript"
- "typescript-operations"
- "typescript-react-apollo"