OBJECT
AircraftLocation
Represents aircraft location.
link GraphQL Schema definition
- type AircraftLocation {
- # Requires access to resource GRAPHQL_ACFT
- : Aircraft!
- : [AirportDate!]!
- }
OBJECT
Represents aircraft location.
- type AircraftLocation {
- # Requires access to resource GRAPHQL_ACFT
- : Aircraft!
- : [AirportDate!]!
- }