Facet
Represents a facet for a specific property in search results.
type Facet {
propertyName: String
values: [FacetValue]
}
Fields
Facet.propertyName ● String scalar
The name of the property for which the facet is created.
Facet.values ● [FacetValue] list object
The list of facet values associated with the property.
Member Of
CompleteItemsConnection object