VoucherSortingInput
No description
input VoucherSortingInput {
direction: OrderDirection!
channel: String
field: VoucherSortField!
}
Fields
VoucherSortingInput.direction
● OrderDirection!
non-null enum miscellaneous
Specifies the direction in which to sort vouchers.
VoucherSortingInput.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.
VoucherSortingInput.field
● VoucherSortField!
non-null enum miscellaneous
Sort vouchers by the selected field.
Member Of
vouchers
query