Skip to main content

DecimalFilterInput

Define the filtering options for decimal fields.

Added in Saleor 3.14
This API is currently in Feature Preview and can be subject to changes at later point.
input DecimalFilterInput {
eq: Decimal
oneOf: [Decimal!]
range: DecimalRangeInput
}

Fields

DecimalFilterInput.eq ● Decimal scalar miscellaneous

The value equal to.

DecimalFilterInput.oneOf ● [Decimal!] list scalar miscellaneous

The value included in.

DecimalFilterInput.range ● DecimalRangeInput input miscellaneous

The value in range.

Member Of

DiscountedObjectWhereInput input ● ProductWhereInput input