Variable graphqlScalarWhereInputBlocksConst

graphqlScalarWhereInputBlocks: Record<
    BigInt
    | DateTime
    | Decimal
    | String
    | Int
    | Float
    | Boolean
    | Id,
    never,
> = ...

All already-generated where clause input types for supported GraphQL scalars.