mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 10:37:30 -04:00
10 lines
222 B
YAML
10 lines
222 B
YAML
overwrite: true
|
|
schema: "../pkg/api/schema.graphql"
|
|
documents: "src/**/*.graphql"
|
|
generates:
|
|
src/generated/graphql.tsx:
|
|
plugins:
|
|
- "typescript"
|
|
- "typescript-operations"
|
|
- "typescript-react-apollo"
|