FeatureCommentInput
No description
type FeatureCommentInput { commentID: ID! commentRevisionID: ID! clientMutationId: String!}
#
FieldscommentID
(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.