IAttributeIntegerRangeFilter
No description
interface IAttributeIntegerRangeFilter {
min: Int!
max: Int!
}
Fields
IAttributeIntegerRangeFilter.min
● Int!
non-null scalar
Minumum value for this attribute
IAttributeIntegerRangeFilter.max
● Int!
non-null scalar
The number of products found with this attribute value.
Implemented By
AttributeIntegerRangeFilter
object