FacetingParamsInput
Represents the faceting parameters for search queries.
input FacetingParamsInput {
propertyValuesCount: Int!
properties: [FacetPropertyInput]
}
Fields
FacetingParamsInput.propertyValuesCount ● Int! non-null scalar
The maximum number of unique values to return for each facet property. Defaults to 10. If there are less than the specified number of unique values for a property, all unique values will be returned.
FacetingParamsInput.properties ● [FacetPropertyInput] list input
The list of properties to be used for faceting. Can include both top-level properties (e.g., "brand", "itemCategoryId") and additional properties (e.g., "Color", "Size").
Member Of
completeItems query ● items query