AttributeChoicesSortingInput
No description
input AttributeChoicesSortingInput {
direction: OrderDirection!
field: AttributeChoicesSortField!
}
Fields
AttributeChoicesSortingInput.direction ● OrderDirection! non-null enum
Specifies the direction in which to sort attribute choices.
AttributeChoicesSortingInput.field ● AttributeChoicesSortField! non-null enum
Sort attribute choices by the selected field.
Was this page helpful?