Rollups APIsFrontend APIsGraphQL APIObjectsInputConnectionOn this pageInputConnectionPagination result type InputConnection { totalCount: Int! edges: [InputEdge!]! pageInfo: PageInfo!} Fields totalCount (Int!) Total number of entries that match the query edges (InputEdge!) Pagination entries returned for the current page pageInfo (PageInfo!) Pagination metadata