OBJECT
RouteFinderQuery
link GraphQL Schema definition
- type RouteFinderQuery {
- # Arguments
- # flights: [Not documented]
- # clientNid: Will include contact exclusion zones in flight
- # calculations
- (
- : [RouteFinderFlightTimeCalculationInput!]!,
- : ContactNid
- ): NonNullListOfNonNullRouteFinderFlightTimeCalculationValueOrErrorList!
- # Requires access to resource GRAPHQL_FLIGHT.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # route: [Not documented]
- (
- : FlightNid!,
- : String
- ): RouteFinderFlightRoute!
- # Gets countries list from EET section.
- # Requires access to resource GRAPHQL_FLIGHT
- #
- # Arguments
- # route: [Not documented]
- (: String): [Country!]!
- }