Skip to main content

CustomerTypeWhereInput Input Type

No description

input CustomerTypeWhereInput {
metadata: MetadataFilterInput
ids: [ID!]
name: StringFilterInput
slug: StringFilterInput
isDefault: Boolean
AND: [CustomerTypeWhereInput!]
OR: [CustomerTypeWhereInput!]
}

Fields

metadata ● MetadataFilterInput

Filter by metadata fields.

ids ● [ID!]

name ● StringFilterInput

Filter by customer type name.

slug ● StringFilterInput

Filter by customer type slug.

isDefault ● Boolean

Filter by whether the customer type is the default one.

AND ● [CustomerTypeWhereInput!]

List of conditions that must be met.

OR ● [CustomerTypeWhereInput!]

A list of conditions of which at least one must be met.

Member Of

customerTypes query ● CustomerTypeWhereInput input