updatePostCommentReaction
DEPRECATED
Comment reactions can be added to other objects. Use updateCommentReaction mutation.
No description
updatePostCommentReaction(
id: UUID!
reactionType: ReactionType!
reactionAction: ReactionAction!
): PostComment! @deprecated
Arguments
updatePostCommentReaction.id
● UUID!
non-null scalar
updatePostCommentReaction.reactionType
● ReactionType!
non-null enum
updatePostCommentReaction.reactionAction
● ReactionAction!
non-null enum
Type
PostComment
object
Comment(id, commentable_type, commentable_id, parent_comment, created, modified, commenter, text, language_code, is_edited, is_deleted)