OBJECT
FlightWatchMutation
Node for Flight Watch modifications
link GraphQL Schema definition
- type FlightWatchMutation {
- # Requires access to resource GRAPHQL_FLIGHT_WATCH
- #
- # Arguments
- # flightWatchInput: [Not documented]
- (: 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]
- (
- : SubcharterFlightWatchInput!
- ): FlightWatch!
- }