VoucherSortingInput Input Type
No description
input VoucherSortingInput {
direction: OrderDirection!
channel: String @deprecated
field: VoucherSortField!
}
Fields
VoucherSortingInput.direction
● OrderDirection!
non-null enum miscellaneous
Specifies the direction in which to sort vouchers.
VoucherSortingInput.channel
● String
deprecated scalar miscellaneous
DEPRECATED
Use root-level channel argument instead.
Specifies the channel in which to sort the data.
VoucherSortingInput.field
● VoucherSortField!
non-null enum miscellaneous
Sort vouchers by the selected field.
Member Of
vouchers
query