Mcp (Object)
type Mcp {
flightList(
filter: McpFlightFilter!
): [Flight!]!
lastFlightFromAirport(
locationNid: LocationNid!
searchType: SearchType!
aircraftList: [AircraftNid!]
): Flight
lastFlightToAirport(
locationNid: LocationNid!
searchType: SearchType!
aircraftList: [AircraftNid!]
): Flight
tripHistoryListByFlightNidList(
flightNidList: [FlightNid!]!
): [TripHistoryAggregatedEntry!]!
reportWizard: McpReportWizard!
mx: McpMaintenance!
fuel: McpFuel!
}
Fields
Mcp.flightList ● [Flight!]! non-null object
Returns flights data for given period using specified filter settings. Period cannot be greater that 6 months.. Requires access to resource GRAPHQL_FLIGHT. Requires access to given flight
Mcp.flightList.filter ● McpFlightFilter! non-null input
Mcp.lastFlightFromAirport ● Flight object
Requires access to resource GRAPHQL_FLIGHT. Requires access to given flight. Requires access to given aircraft list
Mcp.lastFlightFromAirport.locationNid ● LocationNid! non-null scalar
Mcp.lastFlightFromAirport.searchType ● SearchType! non-null enum
Mcp.lastFlightFromAirport.aircraftList ● [AircraftNid!] list scalar
Mcp.lastFlightToAirport ● Flight object
Requires access to resource GRAPHQL_FLIGHT. Requires access to given flight. Requires access to given aircraft list
Mcp.lastFlightToAirport.locationNid ● LocationNid! non-null scalar
Mcp.lastFlightToAirport.searchType ● SearchType! non-null enum
Mcp.lastFlightToAirport.aircraftList ● [AircraftNid!] list scalar
Mcp.tripHistoryListByFlightNidList ● [TripHistoryAggregatedEntry!]! non-null object
Requires access to resource GRAPHQL_TRIP_HISTORY_SEE. Requires access to given flight
Mcp.tripHistoryListByFlightNidList.flightNidList ● [FlightNid!]! non-null scalar
Max 20 flights
Mcp.reportWizard ● McpReportWizard! non-null object
Mcp.mx ● McpMaintenance! non-null object
Mcp.fuel ● McpFuel! non-null object
Returned By
mcp query