OBJECT
FlightMutationQuery
link GraphQL Schema definition
- type FlightMutationQuery {
- # Arguments
- # flightNid: [Not documented]
- # legMissionInput: [Not documented]
- (
- : FlightNid!,
- : LegMissionInput!
- ): LegMission!
- # Arguments
- # flightNid: [Not documented]
- (: FlightNid!): Boolean!
- # Requires access to resource END_USER_EDIT
- #
- # Arguments
- # label: [Not documented]
- (: NotEmptyString!): LegEndUser!
- # Requires access to resource END_USER_EDIT
- #
- # Arguments
- # endUserNid: [Not documented]
- # label: [Not documented]
- (: LegEndUserNid!, : NotEmptyString!): LegEndUser!
- # Requires access to resource GRAPHQL_FLIGHT_EDIT.
- # Requires access to resource GRAPHQL_FLIGHT.
- # Requires access to given flight
- #
- # Arguments
- # flightList: [Not documented]
- (: [FlightUpdateInput!]!): [Flight!]!
- # Requires access to resource INTEGRATION_PNR_GO_EDIT.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # processList: [Not documented]
- (
- : FlightNid!,
- : [LegPnrGoProcessInput!]!
- ): [LegPnrGoProcess!]! @deprecated( reason: "Use field in integration/pnrGo/ instead" )
- # Requires access to resource INTEGRATION_PNR_GO_EDIT.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- (
- : FlightNid!
- ): Boolean! @deprecated( reason: "Use field in integration/pnrGo/ instead" )
- # Requires access to resource GRAPHQL_FLIGHT_EDIT
- : FlightCrewMutation!
- # Requires access to resource GRAPHQL_FLIGHT_EDIT.
- # Requires access to resource GRAPHQL_FLIGHT
- #
- # Arguments
- # tripNid: [Not documented]
- # startDate: [Not documented]
- # copyAircraft: [Not documented]
- # copyCrew: [Not documented]
- # copyPax: [Not documented]
- # copyMission: [Not documented]
- # copyClient: [Not documented]
- # copyTags: [Not documented]
- # copyCustomerServiceAssignee: [Not documented]
- (
- : TripNid!,
- : Date!,
- : Boolean,
- : Boolean,
- : Boolean,
- : Boolean,
- : Boolean,
- : Boolean,
- : Boolean
- ): Trip!
- # Move flight to target trip (or new if target trip not specified).
- # Requires access to resource GRAPHQL_FLIGHT_EDIT.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # targetTripNid: [Not documented]
- # copyClient: [Not documented]
- (
- : FlightNid!,
- : TripNid,
- : Boolean!
- ): Boolean!
- # Requires access to resource GRAPHQL_FLIGHT_EDIT.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # messageType: [Not documented]
- # emailData: [Not documented]
- (
- : FlightNid!,
- : OpsSendMessageCategory!,
- : EmailInput!
- ): Boolean!
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # messageType: [Not documented]
- # mailboxMessageNid: [Not documented]
- # isRead: [Not documented]
- (
- : FlightNid!,
- : OpsMessageCategory!,
- : MailboxMessageNid!,
- : Boolean!
- ): Boolean!
- # Requires access to given flight
- #
- # Arguments
- # flightNidList: [Not documented]
- # documentTypeList: [Not documented]
- # mailboxMessageNid: [Not documented]
- # isRead: [Not documented]
- (
- : [FlightNid!]!,
- : [DocumentTypeInput!]!,
- : MailboxMessageNid!,
- : Boolean!
- ): Boolean!
- # Requires access to resource GRAPHQL_FLIGHT_EDIT
- #
- # Arguments
- # tripNid: [Not documented]
- # messageType: [Not documented]
- # emailData: [Not documented]
- (
- : TripNid!,
- : OpsTripSendMessageCategory!,
- : EmailInput!
- ): Boolean!
- # Requires access to given flight
- #
- # Arguments
- # flightNidList: [Not documented]
- # messageTypeList: [Not documented]
- (
- : [FlightNid!]!,
- : [FlightOpsMessageTypeEnum!]
- ): Boolean!
- # Requires access to given flight
- #
- # Arguments
- # flightNidList: [Not documented]
- (
- : [FlightNid!]!
- ): Boolean!
- # Set aircraft on flight using map each pair (flight-aircraft) is put on queue
- # separately
- #
- # Arguments
- # aircraftOnFlightMap: [Not documented]
- # setCrewFromRoster: [Not documented]
- (
- : [AircraftOnFlightMapInput!]!,
- : Boolean!
- ): Boolean!
- # Requires access to resource GRAPHQL_FTL_EDIT
- #
- # Arguments
- # flightNid:
- # flightFtlData:
- (: FlightNid!, : FlightFtlInput!): Boolean!
- # Requires access to given flight
- #
- # Arguments
- # flightNidList:
- (: [FlightNid!]!): NonNullBooleanValueOrErrorList!
- # Requires access to resource LOAD_POINT_EDIT
- : LoadManagementMutation!
- }