OBJECT

DocumentBankTransactionsConnection

A connection to a list of DocumentBankTransaction values.

link GraphQL Schema definition

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