CommentReactionInput
No description
input CommentReactionInput {
commentId: UUID!
reactionType: ReactionType!
}
Fields
CommentReactionInput.commentId ● UUID! non-null scalar
CommentReactionInput.reactionType ● ReactionType! non-null enum
Member Of
addReactionToComment mutation ● removeReactionFromComment mutation