OBJECT

AircraftFixedRouteAirport

Represents airports in order for given fixed route

link GraphQL Schema definition

  • type AircraftFixedRouteAirport {
  • # Requires access to resource GRAPHQL_AIRPORT
  • airport: Airport!
  • order: Int!
  • }