Skip to main content

DesPartSearchAttributeFacet

Represents an attribute facet.

type DesPartSearchAttributeFacet {
attributeId: String!
range: DesPartFacetRange
values: [DesPartSearchFacetValue!]!
}

Fields

DesPartSearchAttributeFacet.attributeId ● String! non-null scalar

The identifier of the attribute.

DesPartSearchAttributeFacet.range ● DesPartFacetRange object

The range of the facet.

DesPartSearchAttributeFacet.values ● [DesPartSearchFacetValue!]! non-null object

The values of the facet.