MyAircraftLocation (Object)
Represents aircraft location for date for logged user
type MyAircraftLocation {
acftNid: Int!
date: Int!
airport: AirportCode!
}
Fields
MyAircraftLocation.acftNid ● Int! non-null scalar
MyAircraftLocation.date ● Int! non-null scalar
MyAircraftLocation.airport ● AirportCode! non-null object
Member Of
MyOwnerBoard object