AircraftLocation (Object)
Represents aircraft location.
type AircraftLocation {
aircraft: Aircraft!
locations: [AirportDate!]!
}
Fields
AircraftLocation.aircraft ● Aircraft! non-null object
Requires access to resource GRAPHQL_ACFT
AircraftLocation.locations ● [AirportDate!]! non-null object
Returned By
aircraftLocationList query