OBJECT

FollowerConnection

The connection type for User.

link GraphQL Schema definition

  • type FollowerConnection {
  • # A list of edges.
  • edges: [UserEdge]
  • # A list of nodes.
  • nodes: [User]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # Identifies the total count of items in the connection.
  • totalCount: Int!
  • }