OBJECT

FlightWatchMutation

Node for Flight Watch modifications

link GraphQL Schema definition

  • type FlightWatchMutation {
  • # Requires access to resource GRAPHQL_FLIGHT_WATCH
  • #
  • # Arguments
  • # flightWatchInput: [Not documented]
  • modifyFlightWatch(flightWatchInput: FlightWatchInput!): FlightWatch!
  • # Add or edit subcharter quote realization leg flight watch.
  • # Requires access to resource GRAPHQL_SALES_QUOTE_EDIT.
  • # Requires access to resource GRAPHQL_FLIGHT_WATCH
  • #
  • # Arguments
  • # flightWatchInput: [Not documented]
  • modifySubcharterFlightWatch(
  • flightWatchInput: SubcharterFlightWatchInput!
  • ): FlightWatch!
  • }