OBJECT

DocumentBankTransactionsEdge

A DocumentBankTransaction edge in the connection.

link GraphQL Schema definition

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