mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-26 10:44:20 +01:00
13 lines
331 B
YAML
13 lines
331 B
YAML
overwrite: true
|
|
schema: "https://makers-bolt-fun-preview.netlify.app/.netlify/functions/graphql"
|
|
documents: "./src/**/*.{ts,graphql}"
|
|
generates:
|
|
src/graphql/index.tsx:
|
|
plugins:
|
|
- "typescript"
|
|
- "typescript-operations"
|
|
- "typescript-react-apollo"
|
|
config:
|
|
withHooks: true
|
|
avoidOptionals: true
|