Skip to main content

carriers

A list of carriers.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
carriers(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [Carrier!]!

Arguments

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.