Skip to main content

Mutation: setChecklistItemDescription

operator {
checklistSettings {
setChecklistItemDescription(
checklistItemNid: ChecklistDefinitionNid!
description: String
): Boolean!
}
}

Arguments

setChecklistItemDescription.checklistItemNid ● ChecklistDefinitionNid! non-null scalar

setChecklistItemDescription.description ● String scalar

Type

Boolean scalar

The Boolean scalar type represents true or false.