Skip to main content

RejectCommentInput

No description

type RejectCommentInput {  commentID: ID!  commentRevisionID: ID!  clientMutationId: String!  reason: RejectCommentReasonInput}

Fields#

commentID (ID!)#

commentID is the ID of the Comment that was rejected.

commentRevisionID (ID!)#

commentRevisionID is the ID of the CommentRevision that is being rejected.

clientMutationId (String!)#

clientMutationId is required for Relay support.

reason (RejectCommentReasonInput)#

reason is the reason the comment is being rejected if DSA features are enabled.