Mutation: updateServices
Requires access to given flight
leonAsFlightSupport {
updateServices(
flightNid: FlightNid!
serviceList: [ManagedOperatorFlightServiceInput!]!
flightSupportSelectedItemStatus: ChecklistStatusIdScalar
newFlightTime: Time
): Boolean!
}
Arguments
updateServices.flightNid ● FlightNid! non-null scalar
updateServices.serviceList ● [ManagedOperatorFlightServiceInput!]! non-null input
updateServices.flightSupportSelectedItemStatus ● ChecklistStatusIdScalar scalar
updateServices.newFlightTime ● Time scalar
Type
Boolean scalar
The Boolean scalar type represents true or false.