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