Skip to main content
Version: 3.x

DateTimeFilterInput

Define the filtering options for date time fields.

Added in Saleor 3.11
This 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


Was this page helpful?