DecimalRangeInput
Input type for filtering by decimal ranges
input DecimalRangeInput {
from: BigDecimal
to: BigDecimal
}
Fields
DecimalRangeInput.from ● BigDecimal scalar
Minimum value of the range (inclusive)
DecimalRangeInput.to ● BigDecimal scalar
Maximum value of the range (inclusive)
Member Of
SupplierFilterInput input