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