OBJECT
BankAccountConnection
The connection type for BankAccount.
link GraphQL Schema definition
- type BankAccountConnection {
- : [String!]!
- # A list of edges.
- : [BankAccountEdge]
- # A list of nodes.
- : [BankAccount]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }