OBJECT
Vessel
link GraphQL Schema definition
- type Vessel {
- # Numeric Shiptype code (from AIS static messages)
- Int :
- # Full vessel type label derived from AIS Shiptype
- String :
- String @deprecated( reason: "Value will always be `null`" ) :
- String @deprecated( reason: "Value will always be `null`" ) :
- # For ship radio communications (from AIS static messages)
- String :
- # Collection of country codes
- String] : [
- # Vessel flag of registry (from AIS static messages)
- String :
- # ISO 3166-1 alpha-3 country code (from AIS static messages)
- String :
- # International Maritime Organization number (from AIS static messages)
- Int :
- # Vessel length (in meters)
- Int :
- # Maritime Mobile Service Identity number (from AIS position messages)
- Int :
- # Vessel name (from AIS static messages)
- String :
- String @deprecated( reason: "Value will always be `null`" ) :
- String @deprecated( reason: "Value will always be `null`" ) :
- String @deprecated( reason: "Value will always be `null`" ) :
- String @deprecated( reason: "Value will always be `null`" ) :
- String @deprecated( reason: "Value will always be `null`" ) :
- Float @deprecated( reason: "Value will always be `null`" ) :
- # Vessel category (derived from the AIS Shiptype)
- String :
- # Vessel class (possible values are `buoy` and `vessel`)
- String :
- # Vessel ID (unique to the Skylight platform)
- ID :
- # Vessel type (from AIS static messages)
- String :
- # Vessel width (in meters)
- Int :
- }