Skip to main content

RejectCommentInput

No description

type RejectCommentInput {  commentID: ID!  commentRevisionID: ID!  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.

clientMutationId (String!)#

clientMutationId is required for Relay support.