Mutation: flightUpdate
DEPRECATED
use flights.flightListUpdate mutation
Update flight with specified flightNid. Requires access to resource GRAPHQL_FLIGHT_EDIT. Requires access to resource GRAPHQL_FLIGHT. Requires access to given flight
flightUpdate(
flightNid: FlightNid!
flight: FlightUpdate!
): Flight! @deprecated
Arguments
flightUpdate.flightNid ● FlightNid! non-null scalar
flightUpdate.flight ● FlightUpdate! non-null input
Type
Flight object
Represents single flight activity.