Skip to main content

CommentPatch

Represents an update to a Comment. Fields that are set will be updated.

input CommentPatch {
id: String
stepId: String
accountId: String
text: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
workspaceId: String
type: String
internal: Boolean
parentCommentId: String
mentionedCommentId: String
sectionId: String
accordId: String
discussionId: String
}

Fields

CommentPatch.id ● String scalar

CommentPatch.stepId ● String scalar

CommentPatch.accountId ● String scalar

CommentPatch.text ● String scalar

CommentPatch.version ● Int scalar

CommentPatch.deletedAt ● Datetime scalar

CommentPatch.updatedAt ● Datetime scalar

CommentPatch.createdAt ● Datetime scalar

CommentPatch.workspaceId ● String scalar

CommentPatch.type ● String scalar

CommentPatch.internal ● Boolean scalar

CommentPatch.parentCommentId ● String scalar

CommentPatch.mentionedCommentId ● String scalar

CommentPatch.sectionId ● String scalar

CommentPatch.accordId ● String scalar

CommentPatch.discussionId ● String scalar

Member Of

UpdateCommentByNodeIdInput input ● UpdateCommentInput input