Skip to main content

ports

A list of ports.

See PortSearchFilterInput for details on how the optional input argument can be used to filter ports.

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).
ports(
input: PortSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [Port!]!

Arguments​

ports.input ● PortSearchFilterInput! non-null input​

ports.limit ● PaginationLimit! non-null scalar​

ports.offset ● NonNegativeInt! non-null scalar​

Type​

Port object​

Represents a port that is used in sectors and travel bookings.