Skip to main content

DesUpdateCommentInput

Input for updating comment.

input DesUpdateCommentInput {
commentId: String!
commentThreadId: String!
entityId: ID!
text: String!
}

Fields

DesUpdateCommentInput.commentId ● String! non-null scalar

Identifier for comment.

DesUpdateCommentInput.commentThreadId ● String! non-null scalar

Identifier for comment thread.

DesUpdateCommentInput.entityId ● ID! non-null scalar

Entity identifier for updating a comment.

DesUpdateCommentInput.text ● String! non-null scalar

Comment text.