SaleSortingInput
No description
input SaleSortingInput {
direction: OrderDirection!
channel: String
field: SaleSortField!
}
Fields
SaleSortingInput.direction ● OrderDirection! non-null enum
Specifies the direction in which to sort sales.
SaleSortingInput.channel ● String scalar
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
Sort sales by the selected field.
Member of
sales query
Was this page helpful?