Skip to main content

AttributeDecimalRangeFilter

No description

type AttributeDecimalRangeFilter implements IAttributeDecimalRangeFilter {
min: Float!
max: Float!
}

Fields

AttributeDecimalRangeFilter.min ● Float! non-null scalar

Minumum value for this attribute

AttributeDecimalRangeFilter.max ● Float! non-null scalar

The number of products found with this attribute value.

Interfaces

IAttributeDecimalRangeFilter interface

Member Of

AttributeFilter object ● IAttributeFilter interface