OBJECT
ExternalMarketplaceQuery
link GraphQL Schema definition
- type ExternalMarketplaceQuery {
- # Arguments
- # startDate: By default, the current date will be assumed.
- # endDate: By default, there would be no restrictions.
- # aircraftRegistrationWildcard: Aircraft registration wildcard.
- (
- : FutureDateTime,
- : FutureDateTime,
- : String
- ): [ExternalMarketplaceOAuthQueryFlight!]!
- # Arguments
- # startDate: By default, the current date will be assumed.
- # endDate: By default, there would be no restrictions.
- (: FutureDateTime, : FutureDateTime): [ExternalMarketplaceOAuthReservation!]!
- # Arguments
- # startDate: By default, the current date will be assumed.
- # endDate: By default, there would be no restrictions.
- (: FutureDateTime, : FutureDateTime): [ExternalMarketplaceOAuthReservation!]!
- : ExternalMarketplaceOAuthAvailability!
- : [ExternalMarketplaceOAuthAircraft!]!
- : ExternalMarketplaceOAuthQuoteRequestQuery!
- }