Skip to main content

FeatureCommentInput

No description

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

Fields#

commentID (ID!)#

commentID is the ID of the Comment that should be featured.

commentRevisionID (ID!)#

commentRevisionID is the ID of the CommentRevision that should be featured

clientMutationId (String!)#

clientMutationId is required for Relay support.