Mutation: addOrUpdateFlightCareItems
Requires access to resource GRAPHQL_CHECKLIST_FLIGHT_CARE_EDIT. Requires access to given flight
checklist {
addOrUpdateFlightCareItems(
flightNid: FlightNid!
checklistItems: [ChecklistItemInput!]!
): Boolean
}
Arguments
addOrUpdateFlightCareItems.flightNid ● FlightNid! non-null scalar
addOrUpdateFlightCareItems.checklistItems ● [ChecklistItemInput!]! non-null input
Type
Boolean scalar
The Boolean scalar type represents true or false.