import type { Hex } from 'viem' export type InputMaybe = T | null /** All built-in and custom scalars, mapped to their actual values */ export type Scalars = { ID: string String: string Boolean: boolean Int: number Float: number Bytes: Hex BigInt: string }