OBJECT
AcftModelFlightTimeQuery
link GraphQL Schema definition
- type AcftModelFlightTimeQuery {
- # Arguments
- # flights: [Not documented]
- # withoutWinds: [Not documented]
- (
- : [AcftModelFlightTimeCalculationInput!]!,
- : Boolean
- ): [AcftModelFlightTimeCalculation!]!
- }