Skip to main content

CarrierSortInput

Sorting criteria for carrier result ordering.

Specifies a field and direction for sorting carrier search results. Used to control the order in which carriers are returned from search operations.

input CarrierSortInput {
field: CarrierSortField!
order: SortOrder!
}

Fields

CarrierSortInput.field ● CarrierSortField! non-null enum

Field to sort carriers by.

Specifies which carrier property to use for sorting results. Available fields include ID, name, creation date, and last modification date.

CarrierSortInput.order ● SortOrder! non-null enum

Sort direction for the specified field.

Determines whether results are sorted in ascending or descending order. Ascending order sorts from lowest to highest values, while descending sorts from highest to lowest.

Member Of

CarriersSearchInput input