Skip to main content

FlightWatch (Object)

Flight Watch for a single flight or quote realisation subcharter leg

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!
divAirport: Airport
divSource: Int!
notes: String
notesSource: Int!
internalNotes: String
internalNotesSource: Int!
mvt: String!
ecMvt: String
trNid: Int
status: String!
isAoc: Boolean!
oprNid: Int!
operator: Operator!
isCnl: Boolean!
startTime: Int! @deprecated
endTime: Int! @deprecated
activityType: String @deprecated
isActive: Boolean! @deprecated
duration: Int! @deprecated
calculateDuration: Int!
startAirport: Airport
endAirport: Airport
acftNid: Int!
acft: Aircraft
acftTypeId: String!
acftType: AircraftType
dbStartNid: Int!
dbEndNid: Int!
ctotIso: DateTime
ctotLt: DateTimeWithTimezone
etdIso: DateTime
etdLt: DateTimeWithTimezone
bloffIso: DateTime
bloffLt: DateTimeWithTimezone
toIso: DateTime
toLt: DateTimeWithTimezone
eetIso: Time
etaIso: DateTime
etaLt: DateTimeWithTimezone
ldgIso: DateTime
ldgLt: DateTimeWithTimezone
blonIso: DateTime
blonLt: DateTimeWithTimezone
delayCode: String
statusId: String!
flightWatchCorrelation: FlightOrQuoteRealizationLeg!
bloffFuel: Int
bloffFuelUnit: FuelUnit!
bloffFuelSource: Int!
toFuel: Int
toFuelUnit: FuelUnit!
toFuelSource: Int!
ldgFuel: Int
ldgFuelUnit: FuelUnit!
ldgFuelSource: Int!
blonFuel: Int
blonFuelUnit: FuelUnit!
blonFuelSource: Int!
taxi: Time
taxiSource: Int!
mpr: String
mprSource: Int!
ttof: DateTime
ttofSource: Int!
tobt: DateTime
tobtSource: Int!
regCause: RegulationCauseEnum
regCauseSource: Int!
nextInformation: String
nextInformationSource: Int!
tsat: DateTime
tsatSource: Int!
adultCount: Int
adultCountSource: Int!
maleCount: Int
maleCountSource: Int!
femaleCount: Int
femaleCountSource: Int!
childCount: Int
childCountSource: Int!
infantCount: Int
infantCountSource: Int!
baggage: Int
baggageSource: Int!
mail: Int
mailSource: Int!
totalLoad: Int
totalLoadSource: Int!
}

Fields

FlightWatch.flightWatchNid ● Int! non-null scalar

FlightWatch.revisionId ● String! non-null scalar

FlightWatch.ctot ● Int scalar

FlightWatch.ctotSource ● Int! non-null scalar

FlightWatch.etd ● Int scalar

FlightWatch.etdSource ● Int! non-null scalar

FlightWatch.eta ● Int scalar

FlightWatch.etaSource ● Int! non-null scalar

FlightWatch.offBlock ● Int scalar

FlightWatch.offBlockSource ● Int! non-null scalar

FlightWatch.atd ● Int scalar

FlightWatch.atdSource ● Int! non-null scalar

FlightWatch.ata ● Int scalar

FlightWatch.ataSource ● Int! non-null scalar

FlightWatch.onBlock ● Int scalar

FlightWatch.onBlockSource ● Int! non-null scalar

FlightWatch.eet ● Int scalar

FlightWatch.eetSource ● Int! non-null scalar

FlightWatch.delaySource ● Int! non-null scalar

FlightWatch.paxCount ● Int scalar

FlightWatch.paxCountSource ● Int! non-null scalar

FlightWatch.cargo ● Int scalar

FlightWatch.cargoSource ● Int! non-null scalar

FlightWatch.hasDivAirport ● Boolean! non-null scalar

FlightWatch.divAirport ● Airport object

Requires access to resource GRAPHQL_AIRPORT

FlightWatch.divSource ● Int! non-null scalar

FlightWatch.notes ● String scalar

FlightWatch.notesSource ● Int! non-null scalar

FlightWatch.internalNotes ● String scalar

FlightWatch.internalNotesSource ● Int! non-null scalar

FlightWatch.mvt ● String! non-null scalar

FlightWatch.ecMvt ● String scalar

FlightWatch.trNid ● Int scalar

FlightWatch.status ● String! non-null scalar

FlightWatch.isAoc ● Boolean! non-null scalar

FlightWatch.oprNid ● Int! non-null scalar

FlightWatch.operator ● Operator! non-null object

Requires access to resource GRAPHQL_OPERATOR

FlightWatch.isCnl ● Boolean! non-null scalar

FlightWatch.startTime ● Int! deprecated non-null scalar

DEPRECATED

Use offBlock field

FlightWatch.endTime ● Int! deprecated non-null scalar

DEPRECATED

Use onBlock field

FlightWatch.activityType ● String deprecated scalar

DEPRECATED

Field removed

FlightWatch.isActive ● Boolean! deprecated non-null scalar

DEPRECATED

Field removed

FlightWatch.duration ● Int! deprecated non-null scalar

DEPRECATED

Use calculateDuration field

FlightWatch.calculateDuration ● Int! non-null scalar

FlightWatch.startAirport ● Airport object

Requires access to resource GRAPHQL_AIRPORT

FlightWatch.endAirport ● Airport object

Requires access to resource GRAPHQL_AIRPORT

FlightWatch.acftNid ● Int! non-null scalar

FlightWatch.acft ● Aircraft object

Requires access to resource GRAPHQL_ACFT

FlightWatch.acftTypeId ● String! non-null scalar

FlightWatch.acftType ● AircraftType object

FlightWatch.dbStartNid ● Int! non-null scalar

FlightWatch.dbEndNid ● Int! non-null scalar

FlightWatch.ctotIso ● DateTime scalar

CTOT (in UTC)

FlightWatch.ctotLt ● DateTimeWithTimezone scalar

CTOT (in LT)

FlightWatch.etdIso ● DateTime scalar

ETD (in UTC)

FlightWatch.etdLt ● DateTimeWithTimezone scalar

ETD (in LT)

FlightWatch.bloffIso ● DateTime scalar

BLOFF (in UTC)

FlightWatch.bloffLt ● DateTimeWithTimezone scalar

BLOFF (in LT)

FlightWatch.toIso ● DateTime scalar

T/O (in UTC)

FlightWatch.toLt ● DateTimeWithTimezone scalar

T/O (in LT)

FlightWatch.eetIso ● Time scalar

EET

FlightWatch.etaIso ● DateTime scalar

ETA (in UTC)

FlightWatch.etaLt ● DateTimeWithTimezone scalar

ETA (in LT)

FlightWatch.ldgIso ● DateTime scalar

LDG (in UTC)

FlightWatch.ldgLt ● DateTimeWithTimezone scalar

LDG (in LT)

FlightWatch.blonIso ● DateTime scalar

BLON (in UTC)

FlightWatch.blonLt ● DateTimeWithTimezone scalar

BLON (in LT)

FlightWatch.delayCode ● String scalar

Delay code

FlightWatch.statusId ● String! non-null scalar

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.

FlightWatch.flightWatchCorrelation ● FlightOrQuoteRealizationLeg! non-null union

Flight or Subcharter QuoteRealizationLeg dependent on Flight Watch correlation

FlightWatch.bloffFuel ● Int scalar

BLOFF fuel

FlightWatch.bloffFuelUnit ● FuelUnit! non-null enum

BLOFF fuel unit

FlightWatch.bloffFuelSource ● Int! non-null scalar

BLOFF fuel source

FlightWatch.toFuel ● Int scalar

T/O fuel

FlightWatch.toFuelUnit ● FuelUnit! non-null enum

T/O fuel unit

FlightWatch.toFuelSource ● Int! non-null scalar

T/O fuel source

FlightWatch.ldgFuel ● Int scalar

LDG fuel

FlightWatch.ldgFuelUnit ● FuelUnit! non-null enum

LDG fuel unit

FlightWatch.ldgFuelSource ● Int! non-null scalar

FlightWatch.blonFuel ● Int scalar

BLON fuel

FlightWatch.blonFuelUnit ● FuelUnit! non-null enum

BLON fuel unit

FlightWatch.blonFuelSource ● Int! non-null scalar

BLON fuel source

FlightWatch.taxi ● Time scalar

Current departure taxi time and procedure

FlightWatch.taxiSource ● Int! non-null scalar

Current departure taxi time and procedure source

FlightWatch.mpr ● String scalar

Most penalising regulation

FlightWatch.mprSource ● Int! non-null scalar

Most penalising regulation source

FlightWatch.ttof ● DateTime scalar

Target time over fix

FlightWatch.ttofSource ● Int! non-null scalar

Target time over fix source

FlightWatch.tobt ● DateTime scalar

Target off block time

FlightWatch.tobtSource ● Int! non-null scalar

Current departure taxi time and procedure source

FlightWatch.regCause ● RegulationCauseEnum enum

Most penalising regulation (REGUL+) cause

FlightWatch.regCauseSource ● Int! non-null scalar

Most penalising regulation (REGUL+) cause source

FlightWatch.nextInformation ● String scalar

Next information, when flight is delayed due to weather

FlightWatch.nextInformationSource ● Int! non-null scalar

Next information source

FlightWatch.tsat ● DateTime scalar

Target Start-Up Approval Time

FlightWatch.tsatSource ● Int! non-null scalar

Target Start-Up Approval Time source

FlightWatch.adultCount ● Int scalar

Adult count

FlightWatch.adultCountSource ● Int! non-null scalar

Adult count source

FlightWatch.maleCount ● Int scalar

Male count

FlightWatch.maleCountSource ● Int! non-null scalar

Male count source

FlightWatch.femaleCount ● Int scalar

Female count

FlightWatch.femaleCountSource ● Int! non-null scalar

Female count source

FlightWatch.childCount ● Int scalar

Child count

FlightWatch.childCountSource ● Int! non-null scalar

Child count source

FlightWatch.infantCount ● Int scalar

Infant count

FlightWatch.infantCountSource ● Int! non-null scalar

Infant count source

FlightWatch.baggage ● Int scalar

Baggage weight

FlightWatch.baggageSource ● Int! non-null scalar

Baggage source

FlightWatch.mail ● Int scalar

Mail weight

FlightWatch.mailSource ● Int! non-null scalar

Mail source

FlightWatch.totalLoad ● Int scalar

Total load weight

FlightWatch.totalLoadSource ● Int! non-null scalar

Total load source

Returned By

flightWatch.flightWatchList query ● flightWatch.modifyFlightWatch mutation ● flightWatch.modifySubcharterFlightWatch mutation

Member Of

EmptyLeg object ● Flight object ● FlightWatchChanges object ● FlightWatchValue object ● Leg object ● QuoteRealizationLeg object