Skip to main content

EmptyLeg (Object)

Represents single flight activity.

type EmptyLeg implements ActivityInterface {
flightNid: FlightNid
trNid: Int! @deprecated
quoteRealizationLegNid: Int
isSimulator: Boolean!
isCommercial: Boolean!
dispatchOperator: Operator
ownerLogin: Login
flightNo: String!
arcid: 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
trip: Trip
flightWatch: FlightWatch
journeyLog: JourneyLog
journeyLogEnabledFieldList: [JourneyLogFieldInterface!]
journeyLogCancelledNote: String
legHandling: LegHandling
legItems: LegItems
legNumber: Int
activeLegNumber: Int
crewProperty: CrewProperty
isConfirmed: Boolean!
fuelPriceTypeOrDefault: String!
checklist: Checklist!
isAoc: Boolean!
aoc: AOC
oprNid: Int!
operator: Operator!
isActive: Boolean!
isCnl: Boolean!
startTime: Int!
endTime: Int!
duration: Int!
calculateDuration: Int!
acftNid: Int!
acft: Aircraft
acftTypeId: String!
acftType: AircraftType
dbStartNid: Int!
dbEndNid: Int!
flightType: FlightType!
crewList: [CrewMemberOnLeg!]! @deprecated
crewMemberList: [CrewMemberOnLeg!]!
flightRules: FlightRule!
icaoType: IcaoType!
status: FlightStatus!
restFacility: RestFacility!
planCargoWeightUnit: WeightUnit
cargo: Int! @deprecated
planCargo: Int!
iconType: IconType!
passengerList: PassengerList
isEmptyLeg: Boolean! @deprecated
isFerry: Boolean!
passengerListCount: Int!
passengerListInfantCount: Int!
startAirport: Airport!
startAirportTaf: WeatherTaf
startAirportMetar: WeatherMetar
startAirportCategoryForAircraft: String
startAirportFullCategoryForAircraft: String
endAirport: Airport!
endAirportTaf: WeatherTaf
endAirportMetar: WeatherMetar
endAirportCategoryForAircraft: String
endAirportFullCategoryForAircraft: String
altAirport: Airport
altAirportCategoryForAircraft: String
altAirport2: Airport
altAirport2CategoryForAircraft: String
acftVirtual: AcftVirtual
acftVirtualNid: Int
startTimeUTC: DateTime!
endTimeUTC: DateTime!
startTimeBase(
baseNid: BaseNid
): DateTime!
endTimeBase(
baseNid: BaseNid
): DateTime!
startTimeLocal: DateTimeWithTimezone!
endTimeLocal: DateTimeWithTimezone!
isTimesToBeConfirmed: Boolean!
colors: [String!]!
salesDotColor: String
ops: FlightOps
notes: FlightNotesType
landingPermits: [LegPermit!]!
overflightPermits: [LegPermit!]!
overflightPermitsRouting: String!
flightLastModificationTime: DateTime
crewLastModificationTime: DateTime
flightConfirmationTime: DateTime
passengerListLastModificationTime: DateTime
creationDateTime: DateTime
legMission: LegMission
multiLegGroupList: [MultiLegGroup!]!
flightTags: [TagDefinition!]!
fuelPrices: FlightFuelPrices!
flightTime: String
isJourneyLogClosed: Boolean!
getPreviousLogHandoverNotes: String
getPreviousLogCabinHandoverNotes: String
getPreviousLogRemainingFuelWithUnit: FuelUnitType
files: [FileSimple!]!
ferryFlightPricing: FerryFlightPricing
foreFlightId: String
accountingProjects: String
externalId: FlightExternalId!
iataServiceType: IataServiceType!
}

Fields

EmptyLeg.flightNid ● FlightNid scalar

EmptyLeg.trNid ● Int! deprecated non-null scalar

DEPRECATED

Please use flightNid field instead

EmptyLeg.quoteRealizationLegNid ● Int scalar

EmptyLeg.isSimulator ● Boolean! non-null scalar

EmptyLeg.isCommercial ● Boolean! non-null scalar

EmptyLeg.dispatchOperator ● Operator object

Requires access to resource GRAPHQL_OPERATOR

EmptyLeg.ownerLogin ● Login object

EmptyLeg.flightNo ● String! non-null scalar

EmptyLeg.arcid ● String! non-null scalar

EmptyLeg.dist ● Int! non-null scalar

EmptyLeg.distGcd ● Int! non-null scalar

EmptyLeg.cmt ● Int! non-null scalar

EmptyLeg.isWbOutsideLeon ● Boolean! non-null scalar

EmptyLeg.isWbOk ● Boolean! non-null scalar

EmptyLeg.isStandardPaxWeights ● Boolean! non-null scalar

EmptyLeg.isActualCrewWeights ● Boolean! non-null scalar

EmptyLeg.rotationTime ● Int scalar

EmptyLeg.sentForBilling ● Int! non-null scalar

EmptyLeg.taxiIn ● Int! non-null scalar

EmptyLeg.taxiOut ● Int! non-null scalar

EmptyLeg.blockFuel ● Int! non-null scalar

EmptyLeg.tripNid ● Int scalar

EmptyLeg.trip ● Trip object

Requires access to resource GRAPHQL_FLIGHT

EmptyLeg.flightWatch ● FlightWatch object

Requires access to resource GRAPHQL_FLIGHT_WATCH

EmptyLeg.journeyLog ● JourneyLog object

Requires access to resource GRAPHQL_JOURNEY_LOG

EmptyLeg.journeyLogEnabledFieldList ● [JourneyLogFieldInterface!] list interface

EmptyLeg.journeyLogCancelledNote ● String scalar

EmptyLeg.legHandling ● LegHandling object

Requires access to resource GRAPHQL_HANDLING_AGENT

EmptyLeg.legItems ● LegItems object

EmptyLeg.legNumber ● Int scalar

All legs, including cancelled

EmptyLeg.activeLegNumber ● Int scalar

All active legs

EmptyLeg.crewProperty ● CrewProperty object

EmptyLeg.isConfirmed ● Boolean! non-null scalar

EmptyLeg.fuelPriceTypeOrDefault ● String! non-null scalar

EmptyLeg.checklist ● Checklist! non-null object

EmptyLeg.isAoc ● Boolean! non-null scalar

EmptyLeg.aoc ● AOC object

EmptyLeg.oprNid ● Int! non-null scalar

EmptyLeg.operator ● Operator! non-null object

Requires access to resource GRAPHQL_OPERATOR

EmptyLeg.isActive ● Boolean! non-null scalar

EmptyLeg.isCnl ● Boolean! non-null scalar

EmptyLeg.startTime ● Int! non-null scalar

EmptyLeg.endTime ● Int! non-null scalar

EmptyLeg.duration ● Int! non-null scalar

EmptyLeg.calculateDuration ● Int! non-null scalar

EmptyLeg.acftNid ● Int! non-null scalar

EmptyLeg.acft ● Aircraft object

Requires access to resource GRAPHQL_ACFT

EmptyLeg.acftTypeId ● String! non-null scalar

EmptyLeg.acftType ● AircraftType object

EmptyLeg.dbStartNid ● Int! non-null scalar

EmptyLeg.dbEndNid ● Int! non-null scalar

EmptyLeg.flightType ● FlightType! non-null enum

EmptyLeg.crewList ● [CrewMemberOnLeg!]! deprecated non-null object

DEPRECATED

Please use crewMemberList field instead

Access to resource GRAPHQL_FLIGHT_CREW_SEE will soon be required. Requires access to resource GRAPHQL_FLIGHT

EmptyLeg.crewMemberList ● [CrewMemberOnLeg!]! non-null object

Requires access to resource GRAPHQL_FLIGHT_CREW_SEE. Requires access to resource GRAPHQL_FLIGHT

EmptyLeg.flightRules ● FlightRule! non-null enum

EmptyLeg.icaoType ● IcaoType! non-null enum

EmptyLeg.status ● FlightStatus! non-null enum

EmptyLeg.restFacility ● RestFacility! non-null object

EmptyLeg.planCargoWeightUnit ● WeightUnit enum

EmptyLeg.cargo ● Int! deprecated non-null scalar

DEPRECATED

Please use planCargo field instead

EmptyLeg.planCargo ● Int! non-null scalar

EmptyLeg.iconType ● IconType! non-null enum

EmptyLeg.passengerList ● PassengerList object

Requires access to resource GRAPHQL_PASSENGER

EmptyLeg.isEmptyLeg ● Boolean! deprecated non-null scalar

DEPRECATED

Please use passengerList.isFerry instead

EmptyLeg.isFerry ● Boolean! non-null scalar

EmptyLeg.passengerListCount ● Int! non-null scalar

EmptyLeg.passengerListInfantCount ● Int! non-null scalar

EmptyLeg.startAirport ● Airport! non-null object

Requires access to resource GRAPHQL_AIRPORT

EmptyLeg.startAirportTaf ● WeatherTaf object

EmptyLeg.startAirportMetar ● WeatherMetar object

EmptyLeg.startAirportCategoryForAircraft ● String scalar

Category for departure airport (ex. "C")

EmptyLeg.startAirportFullCategoryForAircraft ● String scalar

Category with variant for departure airport (ex. "CB")

EmptyLeg.endAirport ● Airport! non-null object

Requires access to resource GRAPHQL_AIRPORT

EmptyLeg.endAirportTaf ● WeatherTaf object

EmptyLeg.endAirportMetar ● WeatherMetar object

EmptyLeg.endAirportCategoryForAircraft ● String scalar

Category for destination airport (ex. "C")

EmptyLeg.endAirportFullCategoryForAircraft ● String scalar

Category with variant for destination airport (ex. "CB")

EmptyLeg.altAirport ● Airport object

Requires access to resource GRAPHQL_AIRPORT

EmptyLeg.altAirportCategoryForAircraft ● String scalar

EmptyLeg.altAirport2 ● Airport object

Requires access to resource GRAPHQL_AIRPORT

EmptyLeg.altAirport2CategoryForAircraft ● String scalar

EmptyLeg.acftVirtual ● AcftVirtual object

Requires access to resource GRAPHQL_ACFT

EmptyLeg.acftVirtualNid ● Int scalar

EmptyLeg.startTimeUTC ● DateTime! non-null scalar

EmptyLeg.endTimeUTC ● DateTime! non-null scalar

EmptyLeg.startTimeBase ● DateTime! non-null scalar

Flight start time converted to the specified base timezone. If baseNid is not provided, returns time in the default operator base timezone

EmptyLeg.startTimeBase.baseNid ● BaseNid scalar

EmptyLeg.endTimeBase ● DateTime! non-null scalar

Flight end time converted to the specified base timezone. If baseNid is not provided, returns time in the default operator base timezone

EmptyLeg.endTimeBase.baseNid ● BaseNid scalar

EmptyLeg.startTimeLocal ● DateTimeWithTimezone! non-null scalar

EmptyLeg.endTimeLocal ● DateTimeWithTimezone! non-null scalar

EmptyLeg.isTimesToBeConfirmed ● Boolean! non-null scalar

EmptyLeg.colors ● [String!]! non-null scalar

EmptyLeg.salesDotColor ● String scalar

EmptyLeg.ops ● FlightOps object

EmptyLeg.notes ● FlightNotesType object

EmptyLeg.landingPermits ● [LegPermit!]! non-null object

Requires access to resource LANDING_PERMITS_SEE

EmptyLeg.overflightPermits ● [LegPermit!]! non-null object

Requires access to resource OVERFLIGHT_PERMITS_SEE

EmptyLeg.overflightPermitsRouting ● String! non-null scalar

Requires access to resource OVERFLIGHT_PERMITS_SEE

EmptyLeg.flightLastModificationTime ● DateTime scalar

Flight last modification UTC time

EmptyLeg.crewLastModificationTime ● DateTime scalar

Crew last modification UTC time

EmptyLeg.flightConfirmationTime ● DateTime scalar

Flight confirmation UTC time

EmptyLeg.passengerListLastModificationTime ● DateTime scalar

Passenger list last modification UTC time

EmptyLeg.creationDateTime ● DateTime scalar

Flight creation UTC time

EmptyLeg.legMission ● LegMission object

EmptyLeg.multiLegGroupList ● [MultiLegGroup!]! non-null object

Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT

EmptyLeg.flightTags ● [TagDefinition!]! non-null object

EmptyLeg.fuelPrices ● FlightFuelPrices! non-null object

Requires access to resource GRAPHQL_FUEL_SEE

EmptyLeg.flightTime ● String scalar

EmptyLeg.isJourneyLogClosed ● Boolean! non-null scalar

EmptyLeg.getPreviousLogHandoverNotes ● String scalar

EmptyLeg.getPreviousLogCabinHandoverNotes ● String scalar

EmptyLeg.getPreviousLogRemainingFuelWithUnit ● FuelUnitType object

EmptyLeg.files ● [FileSimple!]! non-null object

EmptyLeg.ferryFlightPricing ● FerryFlightPricing object

Requires access to resource GRAPHQL_SALES_FERRY_FLIGHTS_EDIT

EmptyLeg.foreFlightId ● String scalar

EmptyLeg.accountingProjects ● String scalar

EmptyLeg.externalId ● FlightExternalId! non-null object

EmptyLeg.iataServiceType ● IataServiceType! non-null enum

Interfaces

ActivityInterface interface

Common interface for different activity types.

Member Of

AircraftAvailabilitySection object