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
viewerHasReacted: Boolean!
Whether or not the authenticated user has left a reaction on the subject.