DesDeleteCommentInput
Input for deleting a comment.
input DesDeleteCommentInput {
commentId: String!
commentThreadId: String!
entityId: ID!
}
Fields
DesDeleteCommentInput.commentId ● String! non-null scalar
Comment identifier.
DesDeleteCommentInput.commentThreadId ● String! non-null scalar
Comment thread identifier.
DesDeleteCommentInput.entityId ● ID! non-null scalar
Entity identifier.