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