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