SchedElements (Object)
Schedule module fields for a flight published from Sched to OPS, with OPS overrides taking precedence over Sched values where both exist.
type SchedElements {
prbd: String!
prbm: String!
mealServiceNote: String!
codeShareFlightNumber: String!
operationalLegIdentification: CodeShare!
trafficRestriction: TrafficRestriction
terminalDeparture: PassengerTerminal!
terminalArrival: PassengerTerminal!
governmentApproval: Boolean!
inFlightServiceInformation: IataInFlightService!
electronicTicketInformation: IataElectronicTicket
}
Fields
SchedElements.prbd ● String! non-null scalar
SchedElements.prbm ● String! non-null scalar
SchedElements.mealServiceNote ● String! non-null scalar
SchedElements.codeShareFlightNumber ● String! non-null scalar
SchedElements.operationalLegIdentification ● CodeShare! non-null scalar
SchedElements.trafficRestriction ● TrafficRestriction scalar
SchedElements.terminalDeparture ● PassengerTerminal! non-null scalar
SchedElements.terminalArrival ● PassengerTerminal! non-null scalar
SchedElements.governmentApproval ● Boolean! non-null scalar
SchedElements.inFlightServiceInformation ● IataInFlightService! non-null scalar
SchedElements.electronicTicketInformation ● IataElectronicTicket enum
Returned By
flights.schedElements query