mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-27 11:14:33 +01:00
12 lines
325 B
YAML
12 lines
325 B
YAML
overwrite: true
|
|
schema: "https://deploy-preview-2--makers-bolt-fun.netlify.app/.netlify/functions/graphql"
|
|
documents: "./src/components/**/*.{ts,tsx}"
|
|
generates:
|
|
src/generated/graphql.tsx:
|
|
plugins:
|
|
- "typescript"
|
|
- "typescript-operations"
|
|
- "typescript-react-apollo"
|
|
config:
|
|
withHooks: true
|