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