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