OBJECT

BankTransactionsEdge

A BankTransaction edge in the connection.

link GraphQL Schema definition

  • type BankTransactionsEdge {
  • # A cursor for use in pagination.
  • cursor: Cursor
  • # The `BankTransaction` at the end of the edge.
  • node: BankTransaction
  • }