FollowConnection
The FollowConnection
type provides a paginated list of FollowEdge
along with the total count of follow connections.
type FollowConnection {
totalCount: Int!
pageInfo: PageInfo!
edges: [FollowEdge]!
}
Fields
totalCount
(Int
)
totalCount
the total number of follow connections.
pageInfo
(PageInfo
)
pageInfo
contains information about the current page.
edges
(FollowEdge
)
edges
list of FollowEdge
objects.