INPUT_OBJECT
FlightSupportFlightWatchInput
Flight Watch input data for Flight Supports
link GraphQL Schema definition
- input FlightSupportFlightWatchInput {
- # CTOT (in UTC)
- : ApiDateTimeInput
- # ETD (in UTC)
- : ApiDateTimeInput
- # BLOFF (in UTC)
- : ApiDateTimeInput
- # T/O (in UTC)
- : ApiDateTimeInput
- : ApiTimeInput
- # ETA (in UTC)
- : ApiDateTimeInput
- # LDG (in UTC)
- : ApiDateTimeInput
- # BLON (in UTC)
- : ApiDateTimeInput
- # PAX
- : IntNonNegative
- # Diverted airport
- : AirportCodeInput
- # Cargo
- : IntNonNegative
- # Delay code
- : DelayCode
- # Notes
- : String
- # Internal notes
- : String
- # BLOFF fuel
- : IntNonNegative
- # T/O fuel
- : IntNonNegative
- # LDG fuel
- : IntNonNegative
- # BLON fuel
- : IntNonNegative
- # Current departure taxi time and procedure
- : ApiTimeInput
- # Most penalising regulation must be valid by regex
- # /^([A-Z][A-Z0-9]{0,5}[0-9]{2}[A-Z]{0,1})$/
- : String
- # Most penalising regulation (REGUL+) cause
- : RegulationCauseEnum
- # Target time over fix
- : ApiDateTimeInput
- # Target off block time
- : ApiDateTimeInput
- }