Files
landscape-template/codegen.yml
2022-03-26 16:53:22 +03:00

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