Files
landscape-template/codegen.yml
2021-11-29 16:40:44 +02:00

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