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
This commit is contained in:
johba 2025-10-02 14:37:59 +02:00
parent a29ca1a26a
commit 3ab2d9454a
14 changed files with 586 additions and 611 deletions

View file

@ -1,6 +1,6 @@
overwrite: true
schema: "./schema-with-scalars.graphql" # Or an endpoint if your schema is remote
documents: "../subgraph/base_sepolia/src/**/*.graphql"
schema: "../services/ponder/generated/schema.graphql"
documents: []
generates:
src/__generated__/graphql.ts:
config:
@ -11,4 +11,4 @@ generates:
Int8: number
plugins:
- "typescript"
- "typescript-operations"
- "typescript-operations"