OBJECT
ScheduleQuery
Node for Schedule queries
link GraphQL Schema definition
- type ScheduleQuery {
- # Schedule operator configuration
- : ScheduleConfig!
- # Operator SCHED version list
- : [SchedVersion!]!
- # List SCHED flights
- #
- # Arguments
- # schedFlightList: [Not documented]
- (: [SchedFlightNid!]!): [SchedFlight!]!
- # Schedule version excel.
- # time interval has to be shorter than 12 months 6 days
- #
- # Arguments
- # schedVersionNid: [Not documented]
- # timeInterval: [Not documented]
- (
- : SchedVersionNid!,
- : TimeIntervalInput!
- ): FileOutputType!
- # Arguments
- # schedFlightList: [Not documented]
- (
- : [SchedFlightNid!]!
- ): FileOutputType!
- # Arguments
- # timeInterval: [Not documented]
- # schedVersionNidList: [Not documented]
- # notAssignedAircraft: [Not documented]
- # aircraftList: [Not documented]
- # virtualAircraftList: [Not documented]
- # days: [Not documented]
- # adepLocationNid: [Not documented]
- # adesLocationNid: [Not documented]
- # adepICAOWildcard: ADEP ICAO wildcard ex. EP*
- # adesICAOWildcard: ADES ICAO wildcard ex. EP*
- # flightNoWildcard: Flight No. wildcard ex. ABC*
- # isPublished: [Not documented]
- # arcidWildcard: ARCID wildcard ex. EP*
- # flightTagList: [Not documented]
- (
- : TimeIntervalInput!,
- : [SchedVersionNid!]!,
- : Boolean,
- : [AircraftNid!],
- : [AircraftVirtualNid!],
- : [DayOfWeek!],
- : LocationNid,
- : LocationNid,
- : String,
- : String,
- : String,
- : Boolean,
- : String,
- : [TagDefinitionNid!]
- ): [SchedFlight!]!
- # Arguments
- # timeInterval: [Not documented]
- # aircraftTypeId: [Not documented]
- # ferry: [Not documented]
- (
- : TimeIntervalInput!,
- : AircraftTypeScalar!,
- : Boolean
- ): [SchedFlight!]!
- }