Skip to content

updateInternalComment

Update an internal comment on a task or other commentable object. Only usable by the comment author.

Arguments

input · UpdateInternalCommentInput · Parameters for UpdateInternalComment

Returns

UpdateInternalCommentPayload

Example

mutation updateInternalComment($input: UpdateInternalCommentInput) {
updateInternalComment(input: $input) {
internal_comment
messages
}
}