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