OBJECT
ExternalMarketplaceOAuthAvailability
link GraphQL Schema definition
- type ExternalMarketplaceOAuthAvailability {
- # Arguments
- # startTime: By default, the current date will be assumed.
- # registration:
- (
- DateTime, :
- AircraftRegistrationActive :
- ): [ExternalMarketplaceOAuthAircraftAvailability!]!
- # time interval has to be shorter than 3 months
- #
- # Arguments
- # timeInterval: By default, the current date up to three months
- # ahead will be assumed.
- # registration:
- (
- TimeIntervalInput, :
- AircraftRegistrationActive :
- ): [ExternalMarketplaceOAuthAircraftSchedule!]!
- # Arguments
- # startTime: By default, the current date will be assumed.
- # endTime:
- # registration:
- # isCnl:
- # include_opportunities:
- (
- DateTime, :
- DateTime, :
- AircraftRegistrationActive, :
- Boolean, :
- Boolean :
- ): [ExternalMarketplaceOAuthFlight!]!
- }