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