OBJECT

DocumentMoneyTransactionsConnection

A connection to a list of DocumentMoneyTransaction values.

link GraphQL Schema definition

  • type DocumentMoneyTransactionsConnection {
  • # A list of `DocumentMoneyTransaction` objects.
  • nodes: [DocumentMoneyTransaction!]!
  • # A list of edges which contains the `DocumentMoneyTransaction` and cursor to aid
  • # in pagination.
  • edges: [DocumentMoneyTransactionsEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The count of *all* `DocumentMoneyTransaction` you could get from the connection.
  • totalCount: Int!
  • }