ReactionGroup

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

Implements

Fields

content : ReactionContent!

createdAt : DateTime

reactors (
       after: String
       before: String
       first: Int
       last: Int
) : ReactorConnection!

subject : Reactable!

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

viewerHasReacted : Boolean!