CreateCommentReactionInput
No description
type CreateCommentReactionInput { commentID: ID! commentRevisionID: ID! clientMutationId: String!}Fields#
commentID (ID!)#
commentID is the Comment's ID that we want to create a Reaction on.
commentRevisionID (ID!)#
commentRevisionID is the revision ID of the Comment that we're creating the Reaction on.
clientMutationId (String!)#
clientMutationId is required for Relay support.