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