OBJECT
VesselLkp
link GraphQL Schema definition
- type VesselLkp {
- # Vessel ID (unique to the Skylight platform)
- String :
- # Vessel track ID (unique to the Skylight platform)
- String :
- String @deprecated( reason: "Value will always be `null`" ) :
- # ISO 8601 formatted timestamp for the Last Known Position (LKP)
- String :
- # Latitude and longitude of the last AIS position point that Skylight has received
- # for this vessel
- Point :
- # Course over ground from the last AIS position message (in degrees)
- Float :
- # Speed over ground (in knots)
- Float :
- }