FacetValue
Represents a single value within a facet, along with its count.
type FacetValue {
value: String
count: Long!
}
Fields
FacetValue.value ● String scalar
The specific value of the facet.
FacetValue.count ● Long! non-null scalar
The count of occurrences for this facet value.
Member Of
Facet object