Skip to main content

Mutation: flightCreate

Create flight and assign to trip with specified tripNid. Requires access to resource GRAPHQL_FLIGHT_EDIT. Requires access to resource GRAPHQL_FLIGHT. Requires access to given flight

flightCreate(
tripNid: TripNid!
flight: FlightCreate!
): Flight!

Arguments

flightCreate.tripNid ● TripNid! non-null scalar

flightCreate.flight ● FlightCreate! non-null input

Type

Flight object

Represents single flight activity.