harb/kraiken-lib/codegen.yml

14 lines
381 B
YAML
Raw Normal View History

2024-04-03 21:43:12 +02:00
overwrite: true
2025-07-24 16:08:17 +02:00
schema: "./schema-with-scalars.graphql" # Or an endpoint if your schema is remote
documents: "../subgraph/base_sepolia/src/**/*.graphql"
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"