OBJECT
FollowConnection
A paginated list of follows relationships.
link GraphQL Schema definition
1 type FollowConnection { 2 3 # The elements of the paginated list. 4 : [FollowEdge] 5 6 # Information about this page. 7 : PageInfo 8 9 # The total number of followers. 10 : Int 11 12 }