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