OBJECT
ReactionGroup
A group of emoji reactions to a particular piece of content.
link GraphQL Schema definition
- type ReactionGroup {
- # Identifies the emoji reaction.
- ReactionContent! :
- # Identifies when the reaction was created.
- DateTime :
- # The subject that was reacted to.
- Reactable! :
- # Users who have reacted to the reaction subject with the emotion represented by
- # this reaction group
- #
- # Arguments
- # first: Returns the first _n_ elements from the list.
- # after: Returns the elements in the list that come after the
- # specified global ID.
- # last: Returns the last _n_ elements from the list.
- # before: Returns the elements in the list that come before the
- # specified global ID.
- Int, : String, : Int, : String): ReactingUserConnection! ( :
- # Whether or not the authenticated user has left a reaction on the subject.
- Boolean! :
- }
link Require by
- CommitCommentRepresents a comment on a given Commit.
- IssueAn Issue is a place to discuss ideas, enhancements, tasks, and bugs for a project.
- IssueCommentRepresents a comment on an Issue.
- PullRequestA repository pull request.
- PullRequestReviewCommentA review comment associated with a given repository pull request.
- ReactableRepresents a subject that can be reacted on.