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 miscellaneous
The value equal to.
DateTimeFilterInput.oneOf
● [DateTime!]
list scalar miscellaneous
The value included in.
DateTimeFilterInput.range
● DateTimeRangeInput
input miscellaneous
The value in range.
Member Of
ProductWhereInput
input ● PromotionWhereInput
input