OBJECT

FlightWatch

Flight Watch for a single flight or quote realisation subcharter leg

link GraphQL Schema definition

  • type FlightWatch {
  • flightWatchNid: Int!
  • revisionId: String!
  • ctot: Int
  • ctotSource: Int!
  • etd: Int
  • etdSource: Int!
  • eta: Int
  • etaSource: Int!
  • offBlock: Int
  • offBlockSource: Int!
  • atd: Int
  • atdSource: Int!
  • ata: Int
  • ataSource: Int!
  • onBlock: Int
  • onBlockSource: Int!
  • eet: Int
  • eetSource: Int!
  • delaySource: Int!
  • paxCount: Int
  • paxCountSource: Int!
  • cargo: Int
  • cargoSource: Int!
  • hasDivAirport: Boolean!
  • # Requires access to resource GRAPHQL_AIRPORT
  • divAirport: Airport
  • divSource: Int!
  • notes: String
  • notesSource: Int!
  • internalNotes: String
  • internalNotesSource: Int!
  • mvt: String!
  • ecMvt: String
  • trNid: Int
  • status: String!
  • isAoc: Boolean!
  • oprNid: Int!
  • # Requires access to resource GRAPHQL_OPERATOR
  • operator: Operator!
  • isCnl: Boolean!
  • startTime: Int! @deprecated( reason: "Use offBlock field" )
  • endTime: Int! @deprecated( reason: "Use onBlock field" )
  • activityType: String @deprecated( reason: "Field removed" )
  • isActive: Boolean! @deprecated( reason: "Field removed" )
  • duration: Int! @deprecated( reason: "Use `calculateDuration` field" )
  • calculateDuration: Int!
  • # Requires access to resource GRAPHQL_AIRPORT
  • startAirport: Airport
  • # Requires access to resource GRAPHQL_AIRPORT
  • endAirport: Airport
  • acftNid: Int!
  • # Requires access to resource GRAPHQL_ACFT
  • acft: Aircraft
  • acftTypeId: String!
  • acftType: AircraftType
  • dbStartNid: Int!
  • dbEndNid: Int!
  • # CTOT (in UTC)
  • ctotIso: DateTime
  • # CTOT (in LT)
  • ctotLt: DateTimeWithTimezone
  • # ETD (in UTC)
  • etdIso: DateTime
  • # ETD (in LT)
  • etdLt: DateTimeWithTimezone
  • # BLOFF (in UTC)
  • bloffIso: DateTime
  • # BLOFF (in LT)
  • bloffLt: DateTimeWithTimezone
  • # T/O (in UTC)
  • toIso: DateTime
  • # T/O (in LT)
  • toLt: DateTimeWithTimezone
  • # EET
  • eetIso: Time
  • # ETA (in UTC)
  • etaIso: DateTime
  • # ETA (in LT)
  • etaLt: DateTimeWithTimezone
  • # LDG (in UTC)
  • ldgIso: DateTime
  • # LDG (in LT)
  • ldgLt: DateTimeWithTimezone
  • # BLON (in UTC)
  • blonIso: DateTime
  • # BLON (in LT)
  • blonLt: DateTimeWithTimezone
  • # Delay code
  • delayCode: String
  • # Short identifier representing a status of the flight watch. It can be one of the
  • # following: S for Slot, A for Airborne, + for Finish or D for Delay.
  • statusId: String!
  • # `Flight` or Subcharter `QuoteRealizationLeg` dependent on Flight Watch
  • # correlation
  • flightWatchCorrelation: FlightOrQuoteRealizationLeg!
  • # BLOFF fuel
  • bloffFuel: Int
  • # BLOFF fuel unit
  • bloffFuelUnit: FuelUnit!
  • # BLOFF fuel source
  • bloffFuelSource: Int!
  • # T/O fuel
  • toFuel: Int
  • # T/O fuel unit
  • toFuelUnit: FuelUnit!
  • # T/O fuel source
  • toFuelSource: Int!
  • # LDG fuel
  • ldgFuel: Int
  • # LDG fuel unit
  • ldgFuelUnit: FuelUnit!
  • ldgFuelSource: Int!
  • # BLON fuel
  • blonFuel: Int
  • # BLON fuel unit
  • blonFuelUnit: FuelUnit!
  • # BLON fuel source
  • blonFuelSource: Int!
  • # Current departure taxi time and procedure
  • taxi: Time
  • # Current departure taxi time and procedure source
  • taxiSource: Int!
  • # Most penalising regulation
  • mpr: String
  • # Most penalising regulation source
  • mprSource: Int!
  • # Target time over fix
  • ttof: DateTime
  • # Target time over fix source
  • ttofSource: Int!
  • # Target off block time
  • tobt: DateTime
  • # Current departure taxi time and procedure source
  • tobtSource: Int!
  • # Most penalising regulation (REGUL+) cause
  • regCause: RegulationCauseEnum
  • # Most penalising regulation (REGUL+) cause source
  • regCauseSource: Int!
  • }