OBJECT
Mcp
link GraphQL Schema definition
- type Mcp {
- # 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
- #
- # Arguments
- # filter: [Not documented]
- (: McpFlightFilter!): [Flight!]!
- # Requires access to resource GRAPHQL_FLIGHT.
- # Requires access to given flight.
- # Requires access to given aircraft list
- #
- # Arguments
- # locationNid: [Not documented]
- # searchType: [Not documented]
- # aircraftList: [Not documented]
- (
- : LocationNid!,
- : SearchType!,
- : [AircraftNid!]
- ): Flight
- # Requires access to resource GRAPHQL_FLIGHT.
- # Requires access to given flight.
- # Requires access to given aircraft list
- #
- # Arguments
- # locationNid: [Not documented]
- # searchType: [Not documented]
- # aircraftList: [Not documented]
- (
- : LocationNid!,
- : SearchType!,
- : [AircraftNid!]
- ): Flight
- : McpReportWizard!
- : McpMaintenance!
- }