OBJECT
type FleetPlanningTrip {tripNid: TripNid! flightNidList: [FlightNid!]! firstPlannableLegBlockOff: DateTime! lastPlannableLegBlockOn: DateTime! blockTime: TimeLong! flightsCount: Int! # Requires access to resource GRAPHQL_ACFTfirstPlannableLegAircraft: Aircraft route: [RouteAirport!]! }