OBJECT
MoneyTransactionsConnection
A connection to a list of MoneyTransaction values.
link GraphQL Schema definition
- type MoneyTransactionsConnection {
- # A list of `MoneyTransaction` objects.
- : [MoneyTransaction!]!
- # A list of edges which contains the `MoneyTransaction` and cursor to aid in
- # pagination.
- : [MoneyTransactionsEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `MoneyTransaction` you could get from the connection.
- : Int!
- }
link Require by
- DocumentA `Document` which can be any form of document (invoice, delivery note, statement, etc.).
- MoneyAccountA `MoneyAccount` belonging to a `ClientCompany`. It holds any form of money related accounts (bank, credit-card, PayPal, etc.).
- PartnerCompanynull
- QueryThe root query type which gives access points into the data universe.