Skip to content

destroyInternalComment

Destroy an internal comment on a task or other commentable object.

Arguments

input · DestroyInternalCommentInput · Parameters for DestroyInternalComment

Returns

DestroyInternalCommentPayload

Example

mutation destroyInternalComment($input: DestroyInternalCommentInput) {
destroyInternalComment(input: $input) {
internal_comment
messages
}
}