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