Skip to main content

Mutation: setChecklistItemSection

operator {
checklistSettings {
setChecklistItemSection(
checklistItemNid: ChecklistDefinitionNid!
sectionNid: ChecklistSectionNid!
): Boolean!
}
}

Arguments

setChecklistItemSection.checklistItemNid ● ChecklistDefinitionNid! non-null scalar

setChecklistItemSection.sectionNid ● ChecklistSectionNid! non-null scalar

Type

Boolean scalar

The Boolean scalar type represents true or false.