OBJECT

EmptyLeg

Represents single flight activity.

link GraphQL Schema definition

  • type EmptyLeg implements ActivityInterface {
  • flightNid: FlightNid
  • trNid: Int! @deprecated( reason: "Please use flightNid field instead" )
  • quoteRealizationLegNid: Int
  • isSimulator: Boolean!
  • isCommercial: Boolean!
  • # Requires access to resource GRAPHQL_OPERATOR
  • dispatchOperator: Operator
  • ownerLogin: Login
  • flightNo: String!
  • dist: Int!
  • distGcd: Int!
  • cmt: Int!
  • isWbOutsideLeon: Boolean!
  • isWbOk: Boolean!
  • isStandardPaxWeights: Boolean!
  • isActualCrewWeights: Boolean!
  • rotationTime: Int
  • sentForBilling: Int!
  • taxiIn: Int!
  • taxiOut: Int!
  • blockFuel: Int!
  • tripNid: Int
  • # Requires access to resource GRAPHQL_FLIGHT
  • trip: Trip
  • # Requires access to resource GRAPHQL_FLIGHT_WATCH
  • flightWatch: FlightWatch
  • # Requires access to resource GRAPHQL_JOURNEY_LOG
  • journeyLog: JourneyLog
  • # Requires access to resource GRAPHQL_HANDLING_AGENT
  • legHandling: LegHandling
  • legItems: LegItems
  • legNumber: Int
  • crewProperty: CrewProperty
  • isConfirmed: Boolean!
  • fuelPriceTypeOrDefault: String!
  • checklist: Checklist!
  • isAoc: Boolean!
  • aoc: AOC
  • oprNid: Int!
  • # Requires access to resource GRAPHQL_OPERATOR
  • operator: Operator!
  • isActive: Boolean!
  • isCnl: Boolean!
  • startTime: Int!
  • endTime: Int!
  • duration: Int!
  • calculateDuration: Int!
  • acftNid: Int!
  • # Requires access to resource GRAPHQL_ACFT
  • acft: Aircraft
  • acftTypeId: String!
  • acftType: AircraftType
  • dbStartNid: Int!
  • dbEndNid: Int!
  • flightType: FlightType!
  • # Requires access to resource GRAPHQL_FLIGHT
  • crewList: [CrewMemberOnLeg!]!
  • flightRules: FlightRule!
  • icaoType: IcaoType!
  • status: FlightStatus!
  • restFacility: RestFacility!
  • planCargoWeightUnit: WeightUnit
  • cargo: Int! @deprecated( reason: "Please use planCargo field instead" )
  • planCargo: Int!
  • iconType: IconType!
  • # Requires access to resource GRAPHQL_PASSENGER
  • passengerList: PassengerList
  • isEmptyLeg: Boolean! @deprecated( reason: "Please use passengerList.isFerry instead" )
  • isFerry: Boolean!
  • passengerListCount: Int!
  • # Requires access to resource GRAPHQL_AIRPORT
  • startAirport: Airport!
  • startAirportCategoryForAircraft: String
  • # Requires access to resource GRAPHQL_AIRPORT
  • endAirport: Airport!
  • endAirportCategoryForAircraft: String
  • # Requires access to resource GRAPHQL_AIRPORT
  • altAirport: Airport
  • altAirportCategoryForAircraft: String
  • # Requires access to resource GRAPHQL_AIRPORT
  • altAirport2: Airport
  • altAirport2CategoryForAircraft: String
  • # Requires access to resource GRAPHQL_ACFT
  • acftVirtual: AcftVirtual
  • acftVirtualNid: Int
  • startTimeUTC: DateTime!
  • endTimeUTC: DateTime!
  • startTimeLocal: DateTimeWithTimezone!
  • endTimeLocal: DateTimeWithTimezone!
  • isTimesToBeConfirmed: Boolean!
  • colors: [String!]!
  • salesDotColor: String
  • ops: FlightOps
  • notes: FlightNotesType
  • # Requires access to resource LANDING_PERMITS_SEE
  • landingPermits: [LegPermit!]!
  • # Requires access to resource OVERFLIGHT_PERMITS_SEE
  • overflightPermits: [LegPermit!]!
  • # Requires access to resource OVERFLIGHT_PERMITS_SEE
  • overflightPermitsRouting: String!
  • # Flight last modification UTC time
  • flightLastModificationTime: DateTime
  • # Crew last modification UTC time
  • crewLastModificationTime: DateTime
  • # Flight confirmation UTC time
  • flightConfirmationTime: DateTime
  • # Passenger list last modification UTC time
  • passengerListLastModificationTime: DateTime
  • legMission: LegMission
  • # Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT
  • multiLegGroupList: [MultiLegGroup!]!
  • flightTags: [TagDefinition!]!
  • # Requires access to resource GRAPHQL_FUEL_SEE
  • fuelNegotiatedPrices: FlightFuelPrices! @deprecated( reason: "Please use fuelPrices field instead. Both fields contains the same data" )
  • # Requires access to resource GRAPHQL_FUEL_SEE
  • fuelPrices: FlightFuelPrices!
  • flightTime: String
  • getPreviousLogHandoverNotes: String
  • getPreviousLogCabinHandoverNotes: String
  • getPreviousLogRemainingFuelWithUnit: FuelUnitType
  • files: [FileSimple!]!
  • # Requires access to resource GRAPHQL_SALES_FERRY_FLIGHTS_EDIT
  • ferryFlightPricing: FerryFlightPricing
  • foreFlightId: String
  • }