harb/kraiken-lib/codegen.yml
johba 3ab2d9454a health checks (#39)
resolves #35

Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: johba <johba@harb.eth>
Reviewed-on: https://codeberg.org/johba/harb/pulls/39
2025-10-02 14:37:59 +02:00

14 lines
313 B
YAML

overwrite: true
schema: "../services/ponder/generated/schema.graphql"
documents: []
generates:
src/__generated__/graphql.ts:
config:
scalars:
BigInt: string
BigDecimal: string
Bytes: string
Int8: number
plugins:
- "typescript"
- "typescript-operations"