mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-23 10:54:27 -05:00
12 lines
277 B
YAML
12 lines
277 B
YAML
overwrite: true
|
|
schema: "http://localhost:3000/api/graphql"
|
|
documents:
|
|
- "scenes/**/queries/*.graphql"
|
|
- "scenes/**/mutations/*.graphql"
|
|
generates:
|
|
generated/graphql.tsx:
|
|
plugins:
|
|
- "typescript"
|
|
- "typescript-operations"
|
|
- "typescript-react-apollo"
|