OBJECT
MyLeg
Node represent one leg data
link GraphQL Schema definition
- type MyLeg {
- : Int!
- : String!
- : IconType!
- : String! @deprecated( reason: "Use tripType field" )
- : FlightType!
- : Boolean!
- : [String!]!
- : Int
- : Time!
- : Int!
- : String
- : MyTrip
- : MyJourneyLog
- : MyFlightWatch
- : [TagDefinition!]!
- : [MyCrewMemberOnLeg!]!
- : String
- : ChecklistStatusType
- : String
- : ChecklistStatusType
- : [String!]!
- : ChecklistStatusType
- : ChecklistStatusType
- : Time
- : Time
- : Time
- : Time
- : ChecklistStatusType
- : ChecklistStatusType
- : [LegPermit!]!
- : [LegPermit!]!
- : ChecklistStatusType
- : FlightTrainingType
- : TimeLong
- : IcaoType!
- : AOC
- : MyLegOwnerPassengerListOutput!
- }