Mutation: updateOpsItems
Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT
checklist {
updateOpsItems(
checklistNid: ChecklistNid!
checklistItems: [ChecklistItemInput!]!
): Boolean
}
Arguments
updateOpsItems.checklistNid ● ChecklistNid! non-null scalar
updateOpsItems.checklistItems ● [ChecklistItemInput!]! non-null input
Type
Boolean scalar
The Boolean scalar type represents true or false.