OBJECT
DocumentMoneyTransactionsConnection
A connection to a list of DocumentMoneyTransaction values.
link GraphQL Schema definition
- type DocumentMoneyTransactionsConnection {
- # A list of `DocumentMoneyTransaction` objects.
- : [DocumentMoneyTransaction!]!
- # A list of edges which contains the `DocumentMoneyTransaction` and cursor to aid
- # in pagination.
- : [DocumentMoneyTransactionsEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `DocumentMoneyTransaction` you could get from the connection.
- : Int!
- }