harb/kraiken-lib/codegen.yml
2025-07-24 16:08:17 +02:00

14 lines
No EOL
381 B
YAML

overwrite: true
schema: "./schema-with-scalars.graphql" # Or an endpoint if your schema is remote
documents: "../subgraph/base_sepolia/src/**/*.graphql"
generates:
src/__generated__/graphql.ts:
config:
scalars:
BigInt: string
BigDecimal: string
Bytes: string
Int8: number
plugins:
- "typescript"
- "typescript-operations"