Leg (Object)
type Leg {
revisionId: String!
isFlight: Boolean!
isPositioning: Boolean!
isSimulator: Boolean!
isQuotation: Boolean!
isCommercial: Boolean!
dispatchOperator: Operator
ownerLogin: Login
flightType: Int!
flightRules: FlightRule!
icaoType: String!
flightNo: String!
altAirport: Airport
altAirport2: Airport
dist: Int!
cmt: Int!
restFacility: Int!
std: Int!
sta: Int!
isWbOutsideLeon: Boolean!
isWbOk: Boolean!
isStandardPaxWeights: Boolean!
isActualCrewWeights: Boolean!
rotationTime: Int
sentForBilling: Int!
taxiIn: Int!
taxiOut: Int!
blockFuel: Int!
planCargo: Int!
planCargoWeightUnit: Int!
changed: Int!
tripNid: Int
trip: Trip
flightWatch: FlightWatch
journeyLog: JourneyLog
legHandling: LegHandling
legItems: LegItems
crewProperty: CrewProperty
crewList: [CrewMemberOnLeg!]!
passengerList: PassengerList!
notes: String
isConfirmed: Boolean!
fuelPriceTypeOrDefault: String!
checklist: Checklist!
trNid: Int
activityType: String
status: String!
isAoc: Boolean!
oprNid: Int!
operator: Operator!
isActive: Boolean!
isCnl: Boolean!
startTime: Int!
startDateTimeUTC: DateTime!
endTime: Int!
endDateTimeUTC: DateTime!
duration: Int!
calculateDuration: Int!
startAirport: Airport
endAirport: Airport
acftNid: Int!
acft: Aircraft
acftTypeId: String!
acftType: AircraftType
dbStartNid: Int!
dbEndNid: Int!
}
Fields
Leg.revisionId ● String! non-null scalar
Leg.isFlight ● Boolean! non-null scalar
Leg.isPositioning ● Boolean! non-null scalar
Leg.isSimulator ● Boolean! non-null scalar
Leg.isQuotation ● Boolean! non-null scalar
Leg.isCommercial ● Boolean! non-null scalar
Leg.dispatchOperator ● Operator object
Requires access to resource GRAPHQL_OPERATOR
Leg.ownerLogin ● Login object
Leg.flightType ● Int! non-null scalar
Leg.flightRules ● FlightRule! non-null enum
Leg.icaoType ● String! non-null scalar
Leg.flightNo ● String! non-null scalar
Leg.altAirport ● Airport object
Requires access to resource GRAPHQL_AIRPORT
Leg.altAirport2 ● Airport object
Requires access to resource GRAPHQL_AIRPORT
Leg.dist ● Int! non-null scalar
Leg.cmt ● Int! non-null scalar
Leg.restFacility ● Int! non-null scalar
Leg.std ● Int! non-null scalar
Leg.sta ● Int! non-null scalar
Leg.isWbOutsideLeon ● Boolean! non-null scalar
Leg.isWbOk ● Boolean! non-null scalar
Leg.isStandardPaxWeights ● Boolean! non-null scalar
Leg.isActualCrewWeights ● Boolean! non-null scalar
Leg.rotationTime ● Int scalar
Leg.sentForBilling ● Int! non-null scalar
Leg.taxiIn ● Int! non-null scalar
Leg.taxiOut ● Int! non-null scalar
Leg.blockFuel ● Int! non-null scalar
Leg.planCargo ● Int! non-null scalar
Leg.planCargoWeightUnit ● Int! non-null scalar
Leg.changed ● Int! non-null scalar
Leg.tripNid ● Int scalar
Leg.trip ● Trip object
Requires access to resource GRAPHQL_FLIGHT
Leg.flightWatch ● FlightWatch object
Requires access to resource GRAPHQL_FLIGHT_WATCH
Leg.journeyLog ● JourneyLog object
Requires access to resource GRAPHQL_JOURNEY_LOG
Leg.legHandling ● LegHandling object
Requires access to resource GRAPHQL_HANDLING_AGENT
Leg.legItems ● LegItems object
Leg.crewProperty ● CrewProperty object
Leg.crewList ● [CrewMemberOnLeg!]! non-null object
Requires access to resource GRAPHQL_FLIGHT
Leg.passengerList ● PassengerList! non-null object
Requires access to resource GRAPHQL_PASSENGER
Leg.notes ● String scalar
Leg.isConfirmed ● Boolean! non-null scalar
Leg.fuelPriceTypeOrDefault ● String! non-null scalar
Leg.checklist ● Checklist! non-null object
Leg.trNid ● Int scalar
Leg.activityType ● String scalar
Leg.status ● String! non-null scalar
Leg.isAoc ● Boolean! non-null scalar
Leg.oprNid ● Int! non-null scalar
Leg.operator ● Operator! non-null object
Requires access to resource GRAPHQL_OPERATOR
Leg.isActive ● Boolean! non-null scalar
Leg.isCnl ● Boolean! non-null scalar
Leg.startTime ● Int! non-null scalar
Leg.startDateTimeUTC ● DateTime! non-null scalar
Leg.endTime ● Int! non-null scalar
Leg.endDateTimeUTC ● DateTime! non-null scalar
Leg.duration ● Int! non-null scalar
Leg.calculateDuration ● Int! non-null scalar
Leg.startAirport ● Airport object
Requires access to resource GRAPHQL_AIRPORT
Leg.endAirport ● Airport object
Requires access to resource GRAPHQL_AIRPORT
Leg.acftNid ● Int! non-null scalar
Leg.acft ● Aircraft object
Requires access to resource GRAPHQL_ACFT
Leg.acftTypeId ● String! non-null scalar
Leg.acftType ● AircraftType object
Leg.dbStartNid ● Int! non-null scalar
Leg.dbEndNid ● Int! non-null scalar
Member Of
FerryFlightPricing object ● QuoteRealizationLeg object ● SchedFlight object