Skip to main content

RemoveCommentReactionPayload

No description

type RemoveCommentReactionPayload {  comment: Comment  clientMutationId: String!}

Fields#

comment (Comment)#

comment is the Comment that the Reaction was removed on.

clientMutationId (String!)#

clientMutationId is required for Relay support.