Skip to main content

RejectCommentInput

No description

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

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.

reason (RejectCommentReasonInput)#

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

clientMutationId (String!)#

clientMutationId is required for Relay support.