Skip to main content

AttributeValueSortingInput

Sorting options for attribute values

input AttributeValueSortingInput {
direction: OrderDirection!
field: AttributeValueSortField!
}

Fields

AttributeValueSortingInput.direction ● OrderDirection! non-null enum

Specifies the direction in which to sort attribute values.

AttributeValueSortingInput.field ● AttributeValueSortField! non-null enum

Sort attribute values by the selected field.

Member Of

attributeValues query

Was this page helpful?