DesPartAttributeSortInput
Represents the input for sorting by attribute.
input DesPartAttributeSortInput {
attributeId: String!
direction: SortEnumType!
}
Fields
DesPartAttributeSortInput.attributeId ● String! non-null scalar
The identifier of the attribute.
DesPartAttributeSortInput.direction ● SortEnumType! non-null enum
The sorting direction.