carriers
A list of carriers.
See CarrierSearchFilterInput
for details on how the optional input argument can be used to filter carriers.
Optionally, the offset and limit arguments can be used to page through multiple items:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
carriers(
input: CarrierSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [Carrier!]!
Arguments
carriers.input ● CarrierSearchFilterInput! non-null input
carriers.limit ● PaginationLimit! non-null scalar
carriers.offset ● NonNegativeInt! non-null scalar
Type
Carrier object
Represents a carrier that is used in sectors and travel bookings.