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