OBJECT
Represents single aircraft belonging to operator specified in request endpoint restricted for crew app
type CrewAppAircraft {aircraftNid: AircraftNid! defaultFuelUpliftUnitString: String! defaultCargoUnitString: String! fuelUnit: FuelUnit! defMaxFl: Int! fuelType: FuelType! fuelUnitString: String! hils: [CrewAppHil!]! registration: String! maxFuel: Int! notUsed: Boolean! }