ports
A list of ports.
Optionally, the offset
and limit
arguments can be used to page through multiple items:
offset
must be a non-negative integer (defaults to0
).limit
must be a positive integer from1
to2000
(defaults to100
).
ports(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [Port!]!
Arguments
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.