Skip to main content

CreateCommentReactionPayload

No description

type CreateCommentReactionPayload {  comment: Comment  clientMutationId: String!}

Fields#

comment (Comment)#

comment is the Comment that the Reaction was created on.

clientMutationId (String!)#

clientMutationId is required for Relay support.