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