AttributeSortingInput
No description
input AttributeSortingInput {
direction: OrderDirection!
field: AttributeSortField!
}
Fields
AttributeSortingInput.direction
● OrderDirection!
non-null enum miscellaneous
Specifies the direction in which to sort attributes.
AttributeSortingInput.field
● AttributeSortField!
non-null enum attributes
Sort attributes by the selected field.
Member Of
attributes
query