Function createScalarWhereInputName
- createScalarWhereInputName(
field: Readonly<
Pick<PrismaField, "isList" | "isId" | "type" | "isEnumType">,
>,
): string Parameters
- field: Readonly<Pick<PrismaField, "isList" | "isId" | "type" | "isEnumType">>
Returns string
Creates the GraphQL type name for a scalar type's where input type.