Skip to main content

FilterResult Object

Description

A single filter option result with match count.

Declaration

type FilterResult {
_id: String!
matches: Float!
id: Float
selected: Boolean
}

Fields

NameTypeDescription
_idString!Unique identifier for the filter option.
matchesFloat!Number of items matching this filter option.
idFloatNumeric identifier for the filter option.
selectedBooleanWhether this filter option is currently selected.