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