OBJECT
ReactionConnection
A list of reactions that have been left on the subject.
link GraphQL Schema definition
- type ReactionConnection {
- # A list of edges.
- ReactionEdge] : [
- # A list of nodes.
- Reaction] : [
- # Information to aid in pagination.
- PageInfo! :
- # Identifies the total count of items in the connection.
- Int! :
- # 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.