OBJECT

MoneyTransactionsEdge

A MoneyTransaction edge in the connection.

link GraphQL Schema definition

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