FacetPropertyInput
Represents a property to be used for faceting. Can be a top-level property or an additional property.
input FacetPropertyInput {
propertyName: String
isAdditionalProperty: Boolean!
}
Fields
FacetPropertyInput.propertyName ● String scalar
The name of the property to be faceted. For a top-level property, use the property name directly (e.g., "brand"). For an additional property, use the id of the additional property (e.g., "Color", "Size" or "Season").
FacetPropertyInput.isAdditionalProperty ● Boolean! non-null scalar
Indicates whether the property is an additional property.
Member Of
FacetingParamsInput input