Skip to main content

DateTimeFilterInput Input Type

Define the filtering options for date time fields.

input DateTimeFilterInput {
eq: DateTime
oneOf: [DateTime!]
range: DateTimeRangeInput
}

Fields

eq ● DateTime

The value equal to.

oneOf ● [DateTime!]

The value included in.

range ● DateTimeRangeInput

The value in range.

Member Of

ProductWhereInput input ● PromotionWhereInput input