SortOrder
Order options for sorting
enum SortOrder {
asc @deprecated
desc @deprecated
ASC
DESC
}
Values
SortOrder.asc
deprecated
DEPRECATEDUse ASC instead
Ascending order
SortOrder.desc
deprecated
DEPRECATEDUse DESC instead
Descending order
SortOrder.ASC
Ascending order
SortOrder.DESC
Descending order
Member Of
CarrierSortInput
input ● CategorySearchInput
input ● CompanySortInput
input ● ContactSortInput
input ● CustomerSortInput
input ● OrderlistSortInput
input ● OrderSortInput
input ● OrderStatusSetSortInput
input ● OrderStatusSortInput
input ● PayMethodSortInput
input ● SortInput
input ● UsergroupSortInput
input