# PoolTransactionsConnection **Type:** GraphQL objects **Description:** Connection type for pool transactions ## Fields - edges (PoolTransactionEdge): List of transaction edges - cursor (String): Cursor for pagination - node (PoolTransaction): The transaction node - pageInfo (PageInfo): Pagination information - startCursor (String): The cursor representing the first item in the current page of results. Can be used as the `before` value in a subsequent query to fetch the previous page. - endCursor (String): The cursor representing the last item in the current page of results. Can be used as the `after` value in a subsequent query to fetch the next page. - hasNextPage (Boolean): Indicates whether there is another page of results **after** the current one. - hasPreviousPage (Boolean): Indicates whether there is another page of results **before** the current one. - totalCount (Int): Total number of transactions