SellerSortingInput
No description
input SellerSortingInput {
direction: OrderDirection!
field: SellerSortField!
}
Fields
SellerSortingInput.direction ● OrderDirection! non-null enum
Specifies the direction in which to sort products.
SellerSortingInput.field ● SellerSortField! non-null enum
Sort sellers by the selected field.
Member Of
sellers query