Skip to main content

ApproveCommentInput

No description

type ApproveCommentInput {  commentID: ID!  commentRevisionID: ID!  clientMutationId: String!}

Fields#

commentID (ID!)#

commentID is the ID of the Comment that was approved.

commentRevisionID (ID!)#

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

clientMutationId (String!)#

clientMutationId is required for Relay support.