harb/kraiken-lib/codegen.yml

15 lines
313 B
YAML
Raw Normal View History

2024-04-03 21:43:12 +02:00
overwrite: true
schema: "../services/ponder/generated/schema.graphql"
documents: []
2024-04-03 21:43:12 +02:00
generates:
src/__generated__/graphql.ts:
2025-07-24 16:08:17 +02:00
config:
scalars:
BigInt: string
BigDecimal: string
Bytes: string
Int8: number
2024-04-03 21:43:12 +02:00
plugins:
- "typescript"
- "typescript-operations"