DateTimeFilterInput
Define the filtering options for date time fields.
Added in Saleor 3.11This API is currently in Feature Preview and can be subject to changes at later point.
input DateTimeFilterInput {
eq: DateTime
oneOf: [DateTime!]
range: DateTimeRangeInput
}
Fields
DateTimeFilterInput.eq ● DateTime scalar
The value equal to.
DateTimeFilterInput.oneOf ● [DateTime!] list scalar
The value included in.
DateTimeFilterInput.range ● DateTimeRangeInput input
The value in range.
Member of
ProductWhereInput input ● PromotionWhereInput input