ToggleCommentReactionInputType
No description
input ToggleCommentReactionInputType {
commentId: String!
emoji: String!
}
Fields
ToggleCommentReactionInputType.commentId ● String! non-null scalar
The ID of the comment to react to
ToggleCommentReactionInputType.emoji ● String! non-null scalar
The emoji character
Member of
toggleCommentReaction mutation