Skip to main content
Version: 3.x

VoucherSortingInput

No description

input VoucherSortingInput {
direction: OrderDirection!
channel: String
field: VoucherSortField!
}

Fields

VoucherSortingInput.direction ● OrderDirection! non-null enum

Specifies the direction in which to sort vouchers.

VoucherSortingInput.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.

VoucherSortingInput.field ● VoucherSortField! non-null enum

Sort vouchers by the selected field.

Member of

vouchers query


Was this page helpful?