OBJECT

ReactingUserEdge

Represents a user that's made a reaction.

link GraphQL Schema definition

  • type ReactingUserEdge {
  • cursor: String!
  • node: User!
  • # The moment when the user made the reaction.
  • reactedAt: DateTime!
  • }