mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-25 18:24:24 +01:00
13 lines
294 B
YAML
13 lines
294 B
YAML
overwrite: true
|
|
schema: "http://localhost:8888/dev/graphql"
|
|
documents: "./src/**/*.{ts,graphql}"
|
|
generates:
|
|
src/graphql/index.tsx:
|
|
plugins:
|
|
- "typescript"
|
|
- "typescript-operations"
|
|
- "typescript-react-apollo"
|
|
config:
|
|
withHooks: true
|
|
avoidOptionals: true
|