Object GitHub::ReactionGroup

A group of emoji reactions to a particular piece of content.

Fields

content: ReactionContent!

Identifies the emoji reaction.

createdAt: DateTime

Identifies when the reaction was created.

subject: Reactable!

The subject that was reacted to.

users(after: String, before: String, first: Int, last: Int): ReactingUserConnection!

Users who have reacted to the reaction subject with the emotion represented by this reaction group

Args

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

viewerHasReacted: Boolean!

Whether or not the authenticated user has left a reaction on the subject.

Uses

CommitComment.reactionGroups

Issue.reactionGroups

IssueComment.reactionGroups

PullRequest.reactionGroups

PullRequestReview.reactionGroups

PullRequestReviewComment.reactionGroups

TeamDiscussion.reactionGroups

TeamDiscussionComment.reactionGroups

Reactable.reactionGroups