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