Skip to main content

TripHistoryLegData (Object)

type TripHistoryLegData {
flightNid: FlightNid!
aircraft: AircraftSimple
flightNumber: String!
isCancelled: Boolean!
paxNumber: Int!
ferry: Boolean!
startTimeUtc: DateTime!
endTimeUtc: DateTime!
startTimeLocal: DateTimeWithTimezone!
endTimeLocal: DateTimeWithTimezone!
startAirport: Airport!
endAirport: Airport!
toAltnAirport: Airport
altnAirport: Airport
altn2Airport: Airport
flightRules: FlightRule!
icaoType: IcaoType!
tripStatus: FlightStatus!
commercial: Boolean!
tripType: FlightType!
flightTime: Time
distanceNM: Int
commander: TripHistoryLegCommander
crew: [TripHistoryCrewData!]!
legTagList: [TripHistoryTag!]!
tripTagList: [TripHistoryTag!]!
}

Fields

TripHistoryLegData.flightNid ● FlightNid! non-null scalar

TripHistoryLegData.aircraft ● AircraftSimple object

TripHistoryLegData.flightNumber ● String! non-null scalar

TripHistoryLegData.isCancelled ● Boolean! non-null scalar

TripHistoryLegData.paxNumber ● Int! non-null scalar

TripHistoryLegData.ferry ● Boolean! non-null scalar

TripHistoryLegData.startTimeUtc ● DateTime! non-null scalar

TripHistoryLegData.endTimeUtc ● DateTime! non-null scalar

TripHistoryLegData.startTimeLocal ● DateTimeWithTimezone! non-null scalar

TripHistoryLegData.endTimeLocal ● DateTimeWithTimezone! non-null scalar

TripHistoryLegData.startAirport ● Airport! non-null object

Requires access to resource GRAPHQL_AIRPORT

TripHistoryLegData.endAirport ● Airport! non-null object

Requires access to resource GRAPHQL_AIRPORT

TripHistoryLegData.toAltnAirport ● Airport object

Requires access to resource GRAPHQL_AIRPORT

TripHistoryLegData.altnAirport ● Airport object

Requires access to resource GRAPHQL_AIRPORT

TripHistoryLegData.altn2Airport ● Airport object

Requires access to resource GRAPHQL_AIRPORT

TripHistoryLegData.flightRules ● FlightRule! non-null enum

TripHistoryLegData.icaoType ● IcaoType! non-null enum

TripHistoryLegData.tripStatus ● FlightStatus! non-null enum

TripHistoryLegData.commercial ● Boolean! non-null scalar

TripHistoryLegData.tripType ● FlightType! non-null enum

TripHistoryLegData.flightTime ● Time scalar

TripHistoryLegData.distanceNM ● Int scalar

TripHistoryLegData.commander ● TripHistoryLegCommander object

TripHistoryLegData.crew ● [TripHistoryCrewData!]! non-null object

TripHistoryLegData.legTagList ● [TripHistoryTag!]! non-null object

TripHistoryLegData.tripTagList ● [TripHistoryTag!]! non-null object

Member Of

TripHistoryEntry object