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]
  • flightList(filter: McpFlightFilter!): [Flight!]!
  • }