ShipmentSortInput
No description
input ShipmentSortInput {
field: ShipmentSortField!
order: SortOrder!
}
Fields
ShipmentSortInput.field
● ShipmentSortField!
non-null enum
Field to sort by
ShipmentSortInput.order
● SortOrder!
non-null enum
Option to sort by
Member Of
ShipmentSearchInput
input