RemoveCommentReactionPayload
No description
type RemoveCommentReactionPayload {
comment: Comment
clientMutationId: String!
}
Fields
RemoveCommentReactionPayload.comment ● Comment object
comment is the Comment that the Reaction was removed on.
RemoveCommentReactionPayload.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
Returned By
removeCommentReaction mutation