webflow-designer-extension/codegen.yml

15 lines
369 B
YAML
Raw Permalink Normal View History

2023-08-04 18:45:47 +02:00
overwrite: true
schema: "http://localhost:8000/api/graphql"
documents: "**/src/**/*.graphql"
generates:
src/generated/graphql.ts:
plugins:
- "typescript"
- "typescript-operations"
- typescript-react-apollo
config:
maybeValue: T | null | undefined
src/generated/apolloHelpers.ts:
plugins:
- typescript-apollo-client-helpers