Mutation: setChecklistItemLabel
operator {
checklistSettings {
setChecklistItemLabel(
checklistItemNid: ChecklistDefinitionNid!
label: NotEmptyString!
): Boolean!
}
}
Arguments
setChecklistItemLabel.checklistItemNid ● ChecklistDefinitionNid! non-null scalar
setChecklistItemLabel.label ● NotEmptyString! non-null scalar
Type
Boolean scalar
The Boolean scalar type represents true or false.