OBJECT

TransactionConnection

Connection object to navigate through the transactions

link GraphQL Schema definition

  • type TransactionConnection {
  • # Array of transactions on this page
  • items: [Transaction]
  • # Token used for querying on the next page
  • nextToken: String
  • }