OBJECT

CrewAppJourneyLogDefaultData

Weights are converted to the unit configured on the aircraft, or to the operator's default unit if no aircraft is assigned

link GraphQL Schema definition

  • type CrewAppJourneyLogDefaultData {
  • flightNid: FlightNid!
  • takeOffWeight: Int
  • zeroFuelWeight: Float
  • actualLandingWeight: Int
  • }