mirror of
https://github.com/dstotijn/hetty
synced 2024-11-13 23:47:09 +00:00
9 lines
226 B
YAML
9 lines
226 B
YAML
overwrite: true
|
|
schema: "../pkg/api/schema.graphql"
|
|
documents: "src/**/*.graphql"
|
|
generates:
|
|
src/lib/graphql/generated.tsx:
|
|
plugins:
|
|
- "typescript"
|
|
- "typescript-operations"
|
|
- "typescript-react-apollo"
|