OBJECT

BankAccountsEdge

A BankAccount edge in the connection.

link GraphQL Schema definition

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