SortOrder
Order options for sorting
enum SortOrder {
  asc @deprecated
  desc @deprecated
  ASC
  DESC
}
Values
SortOrder.asc deprecated
DEPRECATED
Use ASC instead
Ascending order
SortOrder.desc deprecated
DEPRECATED
Use 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 ● PayMethodSortInput  input ● SortInput  input ● UsergroupSortInput  input