OBJECT
Represents a user that's made a reaction.
type ReactingUserEdge {cursor: String! node: User! # The moment when the user made the reaction.reactedAt: DateTime! }