Skip to main content

OpenEndedDecimalRangeFilter

Defines a decimal value range used when performing a search operation. The value can be positive or negative.

Rules:

  • The specified decimal values are inclusive.
  • The "to" part of the range is optional.
input OpenEndedDecimalRangeFilter {
from: Float!
to: Float
}

Fields

OpenEndedDecimalRangeFilter.from ● Float! non-null scalar

The starting decimal value in the range (inclusive).

OpenEndedDecimalRangeFilter.to ● Float scalar

The ending decimal value in the range (inclusive). Optional.

Member Of

PayableItemSearchFilterInput input