Skip to main content

AttributeIntegerRangeFilter

No description

type AttributeIntegerRangeFilter implements IAttributeIntegerRangeFilter {
min: Int!
max: Int!
}

Fields

AttributeIntegerRangeFilter.min ● Int! non-null scalar

Minumum value for this attribute

AttributeIntegerRangeFilter.max ● Int! non-null scalar

The number of products found with this attribute value.

Interfaces

IAttributeIntegerRangeFilter interface

Member Of

AttributeFilter object ● IAttributeFilter interface