OBJECT
ScheduleMutation
Node for Schedule modifications
link GraphQL Schema definition
- type ScheduleMutation {
- # Create Schedule flights
- #
- # Arguments
- # schedVersionNid: [Not documented]
- # aircraftNid: [Not documented]
- # virtualAircraftNid: [Not documented]
- # dateInterval: [Not documented]
- # dateWithBlockHoursLimit: [Not documented]
- # rotation: [Not documented]
- # days: [Not documented]
- # icaoType: [Not documented]
- # pairingData: [Not documented]
- # operatorBaseNid: [Not documented]
- # tagList: [Not documented]
- (
- SchedVersionNid!, :
- AircraftNid, :
- AircraftVirtualNid, :
- DateIntervalInput, :
- DateWithBlockHoursLimitInput, :
- RotationType!, :
- DayOfWeek!]!, : [
- IcaoType!, :
- PairingInput!]!, : [
- BaseNid, :
- TagDefinitionInput!]! : [
- ): Boolean
- # Create SCHED version
- #
- # Arguments
- # name: [Not documented]
- # client: [Not documented]
- # description: [Not documented]
- (
- NotEmptyString!, :
- ContactNid, :
- String :
- ): SchedVersion!
- # Delete (hide) SCHED version
- #
- # Arguments
- # schedVersionNid: [Not documented]
- SchedVersionNid!): Boolean! ( :
- # Modify selected Schedule flights
- #
- # Arguments
- # schedFlightsList: [Not documented]
- # aircraftNid: [Not documented]
- # virtualAircraftNid: [Not documented]
- # aircraftNotAssigned: [Not documented]
- # adepLocationNid: [Not documented]
- # adesLocationNid: [Not documented]
- # altnLocationNid: [Not documented]
- # altn2LocationNid: [Not documented]
- # flightNo: [Not documented]
- # arcid: [Not documented]
- # timeShift: [Not documented]
- # ferry: [Not documented]
- # blockTime: [Not documented]
- # distance: [Not documented]
- # cmt: [Not documented]
- # iataServiceType: [Not documented]
- # codeShareFlightNumber: [Not documented]
- # tagList: [Not documented]
- # adepSlotTime: [Not documented]
- # adesSlotTime: [Not documented]
- # opsNotes: [Not documented]
- # salesNotes: [Not documented]
- # icaoType: [Not documented]
- (
- SchedFlightNid!]!, : [
- AircraftNid, :
- AircraftVirtualNid, :
- Boolean, :
- LocationNid, :
- LocationNid, :
- LocationNid, :
- LocationNid, :
- FlightNo, :
- String, :
- TimeDifference, :
- Boolean, :
- Time, :
- IntNonNegative, :
- Time, :
- IataServiceType, :
- String, :
- TagDefinitionInput!], : [
- Time, :
- Time, :
- String, :
- String, :
- IcaoType :
- ): Boolean
- # Publish SCHED flights to real flights.
- # Requires access to resource GRAPHQL_SCHEDULE_ORDER_PUBLICATION
- #
- # Arguments
- # schedFlightList: [Not documented]
- # aircraftConversionList: [Not documented]
- # tripType: [Not documented]
- # tripStatus: [Not documented]
- # isCommercial: [Not documented]
- # clientContactNid: [Not documented]
- (
- SchedFlightNid!]!, : [
- AircraftConversion!], : [
- ScheduleTripType!, :
- ScheduleTripStatus!, :
- Boolean!, :
- ClientNid :
- ): Boolean
- # Delete SCHED flights
- #
- # Arguments
- # schedFlightList: [Not documented]
- SchedFlightNid!]!): Boolean ( : [
- # Arguments
- # schedVersionNid: [Not documented]
- # add: [Not documented]
- # modify: [Not documented]
- # delete: [Not documented]
- (
- SchedVersionNid!, :
- SsimFlightInput!], : [
- SsimFlightModificationInput!], : [
- SchedFlightNid!] : [
- ): Boolean!
- # Arguments
- # schedVersionNid: [Not documented]
- # add: [Not documented]
- # modify: [Not documented]
- # delete: [Not documented]
- (
- SchedVersionNid!, :
- SchedExcelFlightInput!], : [
- SchedExcelFlightModificationInput!], : [
- SchedFlightNid!] : [
- ): Boolean!
- # Modify trips related with selected schedule flights
- #
- # Arguments
- # schedFlightList: [Not documented]
- # tripType: [Not documented]
- # tripStatus: [Not documented]
- # isCommercial: [Not documented]
- # clientContactData: [Not documented]
- (
- SchedFlightNid!]!, : [
- ScheduleTripType, :
- ScheduleTripStatus, :
- Boolean, :
- ClientContactInput :
- ): Boolean
- }