Skip to main content

SaleSortingInput

No description

input SaleSortingInput {
direction: OrderDirection!
channel: String
field: SaleSortField!
}

Fields

SaleSortingInput.direction ● OrderDirection! non-null enum miscellaneous

Specifies the direction in which to sort sales.

SaleSortingInput.channel ● String scalar miscellaneous

Specifies the channel in which to sort the data.

DEPRECATED: this field will be removed in Saleor 4.0. Use root-level channel argument instead.

SaleSortingInput.field ● SaleSortField! non-null enum discounts

Sort sales by the selected field.

Member Of

sales query