OBJECT
AircraftActivitiesSection
Represents fields related to aircraft activities module
link GraphQL Schema definition
- type AircraftActivitiesSection {
- # Aircraft activities similar to avinode schedule upload format.
- #
- # If times not specified, activities will be fetched from current time for a
- # period of 3 months..
- # Requires access to resource GRAPHQL_AIRCRAFT_AVAILABILITY
- #
- # Arguments
- # startTime: [Not documented]
- # endTime: [Not documented]
- # registration: Aircraft for which availability will be fetched.
- (
- DateTime, :
- DateTime, :
- AircraftRegistration! :
- ): AircraftActivities!
- }