OBJECT
DocumentBankTransactionsEdge
A DocumentBankTransaction edge in the connection.
link GraphQL Schema definition
- type DocumentBankTransactionsEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `DocumentBankTransaction` at the end of the edge.
- : DocumentBankTransaction
- }