OBJECT
CrewAppFlightWatch
Flight Watch for a single flight or quote realisation subcharter leg restricted for crew app
link GraphQL Schema definition
- type CrewAppFlightWatch {
- Int! :
- # BLOFF (in UTC)
- DateTime :
- # BLON (in UTC)
- DateTime :
- Int :
- # CTOT (in UTC)
- DateTime :
- # EET
- Time :
- # ETA (in UTC)
- DateTime :
- # ETD (in UTC)
- DateTime :
- # LDG (in UTC)
- DateTime :
- Int :
- # T/O (in UTC)
- DateTime :
- # Target time over fix
- DateTime :
- # Target off block time
- DateTime :
- # Most penalising regulation
- String :
- # Most penalising regulation (REGUL+) cause
- RegulationCauseEnum :
- # Current departure taxi time and procedure
- Time :
- # Delay code
- String :
- CrewAppAirport :
- # T/O fuel
- Int :
- # T/O fuel unit
- FuelUnit! :
- # LDG fuel
- Int :
- # LDG fuel unit
- FuelUnit! :
- # BLON fuel
- Int :
- # BLON fuel unit
- FuelUnit! :
- # BLOFF fuel
- Int :
- # BLOFF fuel unit
- FuelUnit! :
- String :
- String :
- # Next information, when flight is delayed due to weather
- String :
- # Next information source
- Int! :
- }