MyLeg (Object)
Node represent one leg data
type MyLeg {
flightNid: Int!
flightNo: String!
iconType: IconType!
flightType: String! @deprecated
tripType: FlightType!
isEmptyLeg: Boolean!
crewCodeList: [String!]!
passengerCount: Int
cmt: Time!
distance: Int!
positioningNote: String
trip: MyTrip
journeyLog: MyJourneyLog
flightWatch: MyFlightWatch
tagList: [TagDefinition!]!
crewList: [MyCrewMemberOnLeg!]!
adepHandlerName: String
adepHandlingItemStatus: ChecklistStatusType
adesHandlerName: String
adesHandlingItemStatus: ChecklistStatusType
colors: [String!]!
adepSlotItemStatus: ChecklistStatusType
adesSlotItemStatus: ChecklistStatusType
adesSlotTime: Time
adesSlotTimeLT: Time
adepSlotTime: Time
adepSlotTimeLT: Time
overflightPermitsItemStatus: ChecklistStatusType
landingPermitsItemStatus: ChecklistStatusType
landingPermits: [LegPermit!]!
overflightPermits: [LegPermit!]!
departurePermitsItemStatus: ChecklistStatusType
trainingType: FlightTrainingType
estimatedFlightTime: TimeLong
icaoType: IcaoType!
aoc: AOC
ownerPassengerList: MyLegOwnerPassengerListOutput!
}
Fields
MyLeg.flightNid ● Int! non-null scalar
MyLeg.flightNo ● String! non-null scalar
MyLeg.iconType ● IconType! non-null enum
MyLeg.flightType ● String! deprecated non-null scalar
DEPRECATED
Use tripType field
MyLeg.tripType ● FlightType! non-null enum
MyLeg.isEmptyLeg ● Boolean! non-null scalar
MyLeg.crewCodeList ● [String!]! non-null scalar
MyLeg.passengerCount ● Int scalar
MyLeg.cmt ● Time! non-null scalar
MyLeg.distance ● Int! non-null scalar
MyLeg.positioningNote ● String scalar
MyLeg.trip ● MyTrip object
MyLeg.journeyLog ● MyJourneyLog object
MyLeg.flightWatch ● MyFlightWatch object
MyLeg.tagList ● [TagDefinition!]! non-null object
MyLeg.crewList ● [MyCrewMemberOnLeg!]! non-null object
MyLeg.adepHandlerName ● String scalar
MyLeg.adepHandlingItemStatus ● ChecklistStatusType object
MyLeg.adesHandlerName ● String scalar
MyLeg.adesHandlingItemStatus ● ChecklistStatusType object
MyLeg.colors ● [String!]! non-null scalar
MyLeg.adepSlotItemStatus ● ChecklistStatusType object
MyLeg.adesSlotItemStatus ● ChecklistStatusType object
MyLeg.adesSlotTime ● Time scalar
MyLeg.adesSlotTimeLT ● Time scalar
MyLeg.adepSlotTime ● Time scalar
MyLeg.adepSlotTimeLT ● Time scalar
MyLeg.overflightPermitsItemStatus ● ChecklistStatusType object
MyLeg.landingPermitsItemStatus ● ChecklistStatusType object
MyLeg.landingPermits ● [LegPermit!]! non-null object
MyLeg.overflightPermits ● [LegPermit!]! non-null object
MyLeg.departurePermitsItemStatus ● ChecklistStatusType object
MyLeg.trainingType ● FlightTrainingType enum
MyLeg.estimatedFlightTime ● TimeLong scalar
MyLeg.icaoType ● IcaoType! non-null enum
MyLeg.aoc ● AOC object
MyLeg.ownerPassengerList ● MyLegOwnerPassengerListOutput! non-null union
Member Of
MyTrRevision object