object

ProductFiltersValue

Represents the value of a filter used in product listings.
Fields
count
Int
Number of products that match this filter value.
currency_code
String
Currency code for the currency used for price type filters.
currency_symbol
String
Currency symbol for the price type filters.
display
String!
Required
Display name or label for the filter value.
display_format
String
Format in which the filter value is displayed.
is_selected
Boolean!
Required
Whether this filter value is currently selected.
max
Int
Maximum value of the filter range.
min
Int
Minimum value for the range filter.
query_format
String
Format used for the filter value in queries.
selected_max
Int
The maximum value selected by the user for range filter.
selected_min
Int
The minimum value selected by the user for range filter.
value
String
Value associated with the filter option.