DesPartFacetRange
Represents a facet range.
type DesPartFacetRange {
from: String!
to: String!
}
Fields
DesPartFacetRange.from ● String! non-null scalar
The start of the range.
DesPartFacetRange.to ● String! non-null scalar
The end of the range.