OBJECT

ReactionConnection

A list of reactions that have been left on the subject.

link GraphQL Schema definition

  • type ReactionConnection {
  • # A list of edges.
  • edges: [ReactionEdge]
  • # A list of nodes.
  • nodes: [Reaction]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # Identifies the total count of items in the connection.
  • totalCount: Int!
  • # Whether or not the authenticated user has left a reaction on the subject.
  • viewerHasReacted: Boolean!
  • }