Skip to main content

DateTimeFilterInput Input Type

Define the filtering options for date time fields.

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