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
14 lines
313 B
YAML
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"
|