OBJECT
ForeFlightQuery
link GraphQL Schema definition
- type ForeFlightQuery {
- # Requires access to resource GRAPHQL_FLIGHT
- #
- # Arguments
- # mode: [Not documented]
- # documentId: [Not documented]
- # targetTrNid: [Not documented]
- # trNidList: [Not documented]
- (
- : DocumentMode!,
- : String!,
- : FlightNid!,
- : [FlightNid!]
- ): Boolean!
- : [String!]!
- # Arguments
- # flightList:
- # preferCalculationByQuoteApi: Selecting this field will trigger
- # calculations to be performed using an API dedicated to sales (quotation usage).
- # By default, the flight / Calculate Performance endpoint is used.
- (
- : [ForeFlightFlightTimeCalculationInput!]!,
- : Boolean
- ): NonNullListOfNonNullForeFlightFlightTimeCalculationValueOrErrorList!
- # Requires access to given flight
- #
- # Arguments
- # flightNid:
- (: FlightNid!): NonNullListOfNonNullForeFlightCountryValueOrErrorList!
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- (: FlightNid!): Time
- # Requires access to given flight
- #
- # Arguments
- # flightNidList: [Not documented]
- (: [FlightNid!]!): [ForeFlightLegTime]
- }