# QueryTransactionsByPactCodeConnection **Type:** GraphQL objects ## Fields - edges (QueryTransactionsByPactCodeConnectionEdge, Not Null): undefined - cursor (String) - node (TransactionSummary) - pageInfo (PageInfo, Not Null): undefined - 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.