OBJECT

MoneyAccountsEdge

A MoneyAccount edge in the connection.

link GraphQL Schema definition

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