OBJECT

CrewAppFlightWatch

Flight Watch for a single flight or quote realisation subcharter leg restricted for crew app

link GraphQL Schema definition

  • type CrewAppFlightWatch {
  • flightWatchNid: Int!
  • # BLOFF (in UTC)
  • bloffIso: DateTime
  • # BLON (in UTC)
  • blonIso: DateTime
  • cargo: Int
  • # CTOT (in UTC)
  • ctotIso: DateTime
  • # EET
  • eetIso: Time
  • # ETA (in UTC)
  • etaIso: DateTime
  • # ETD (in UTC)
  • etdIso: DateTime
  • # LDG (in UTC)
  • ldgIso: DateTime
  • paxCount: Int
  • # T/O (in UTC)
  • toIso: DateTime
  • # Target time over fix
  • ttof: DateTime
  • # Target off block time
  • tobt: DateTime
  • # Most penalising regulation
  • mpr: String
  • # Most penalising regulation (REGUL+) cause
  • regCause: RegulationCauseEnum
  • # Current departure taxi time and procedure
  • taxi: Time
  • # Delay code
  • delayCode: String
  • divAirport: CrewAppAirport
  • # T/O fuel
  • toFuel: Int
  • # T/O fuel unit
  • toFuelUnit: FuelUnit!
  • # LDG fuel
  • ldgFuel: Int
  • # LDG fuel unit
  • ldgFuelUnit: FuelUnit!
  • # BLON fuel
  • blonFuel: Int
  • # BLON fuel unit
  • blonFuelUnit: FuelUnit!
  • # BLOFF fuel
  • bloffFuel: Int
  • # BLOFF fuel unit
  • bloffFuelUnit: FuelUnit!
  • notes: String
  • internalNotes: String
  • # Next information, when flight is delayed due to weather
  • nextInformation: String
  • # Next information source
  • nextInformationSource: Int!
  • }