FlightWatchInput (Input)
Flight Watch input data
input FlightWatchInput {
flightNid: FlightNid!
ctotIso: ApiDateTimeInput
etdIso: ApiDateTimeInput
bloffIso: ApiDateTimeInput
toIso: ApiDateTimeInput
eetIso: ApiTimeInput
etaIso: ApiDateTimeInput
ldgIso: ApiDateTimeInput
blonIso: ApiDateTimeInput
pax: IntNonNegative
div: ApiLocationInput
cargo: IntNonNegative
delayCode: DelayCode
notes: String
internalNotes: String
bloffFuel: IntNonNegative
toFuel: IntNonNegative
ldgFuel: IntNonNegative
blonFuel: IntNonNegative
taxi: ApiTimeInput
mpr: String
regCause: RegulationCauseEnum
ttof: ApiDateTimeInput
tobt: ApiDateTimeInput
nextInformation: String
tsat: ApiDateTimeInput
adultCount: IntNonNegative
maleCount: IntNonNegative
femaleCount: IntNonNegative
childCount: IntNonNegative
infantCount: IntNonNegative
baggage: IntNonNegative
mail: IntNonNegative
totalLoad: IntNonNegative
}
Fields
FlightWatchInput.flightNid ● FlightNid! non-null scalar
FlightWatchInput.ctotIso ● ApiDateTimeInput input
CTOT (in UTC)
FlightWatchInput.etdIso ● ApiDateTimeInput input
ETD (in UTC)
FlightWatchInput.bloffIso ● ApiDateTimeInput input
BLOFF (in UTC)
FlightWatchInput.toIso ● ApiDateTimeInput input
T/O (in UTC)
FlightWatchInput.eetIso ● ApiTimeInput input
FlightWatchInput.etaIso ● ApiDateTimeInput input
ETA (in UTC)
FlightWatchInput.ldgIso ● ApiDateTimeInput input
LDG (in UTC)
FlightWatchInput.blonIso ● ApiDateTimeInput input
BLON (in UTC)
FlightWatchInput.pax ● IntNonNegative scalar
PAX
FlightWatchInput.div ● ApiLocationInput input
FlightWatchInput.cargo ● IntNonNegative scalar
Cargo
FlightWatchInput.delayCode ● DelayCode scalar
Delay code
FlightWatchInput.notes ● String scalar
Notes
FlightWatchInput.internalNotes ● String scalar
Internal notes
FlightWatchInput.bloffFuel ● IntNonNegative scalar
BLOFF fuel
FlightWatchInput.toFuel ● IntNonNegative scalar
T/O fuel
FlightWatchInput.ldgFuel ● IntNonNegative scalar
LDG fuel
FlightWatchInput.blonFuel ● IntNonNegative scalar
BLON fuel
FlightWatchInput.taxi ● ApiTimeInput input
Current departure taxi time and procedure
FlightWatchInput.mpr ● String scalar
Most penalising regulation must be valid by regex /^([A-Z][A-Z0-9]{0,5}[0-9]{2}[A-Z]{0,1})$/
FlightWatchInput.regCause ● RegulationCauseEnum enum
Most penalising regulation (REGUL+) cause
FlightWatchInput.ttof ● ApiDateTimeInput input
Target time over fix
FlightWatchInput.tobt ● ApiDateTimeInput input
Target off block time
FlightWatchInput.nextInformation ● String scalar
Next information, when flight is delayed due to weather
FlightWatchInput.tsat ● ApiDateTimeInput input
Target Start-Up Approval Time (in UTC)
FlightWatchInput.adultCount ● IntNonNegative scalar
Adult count
FlightWatchInput.maleCount ● IntNonNegative scalar
Male count
FlightWatchInput.femaleCount ● IntNonNegative scalar
Female count
FlightWatchInput.childCount ● IntNonNegative scalar
Child count
FlightWatchInput.infantCount ● IntNonNegative scalar
Infant count
FlightWatchInput.baggage ● IntNonNegative scalar
Baggage weight
FlightWatchInput.mail ● IntNonNegative scalar
Mail weight
FlightWatchInput.totalLoad ● IntNonNegative scalar
Total load weight
Member Of
flightWatch.modifyFlightWatch mutation