harb/harb-lib/codegen.yml

8 lines
255 B
YAML
Raw Normal View History

2024-04-03 21:43:12 +02:00
overwrite: true
schema: "../subgraph/harb/schema.graphql" # Or an endpoint if your schema is remote
documents: "../subgraph/harb/src/**/*.graphql"
generates:
src/__generated__/graphql.ts:
plugins:
- "typescript"
- "typescript-operations"