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