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