mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-13 16:50:26 -05:00
10 lines
234 B
YAML
10 lines
234 B
YAML
overwrite: true
|
|
schema: "http://localhost:3001/graphql"
|
|
documents: "src/graphql/**/*.graphql"
|
|
generates:
|
|
src/generated/graphql.tsx:
|
|
plugins:
|
|
- "typescript"
|
|
- "typescript-operations"
|
|
- "typescript-react-apollo"
|