OBJECT
TradingBankAccountConnection
The connection type for TradingBankAccount.
link GraphQL Schema definition
- type TradingBankAccountConnection {
- # A list of edges.
- : [TradingBankAccountEdge]
- # A list of nodes.
- : [TradingBankAccount]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- # Total # of pages, based on total count and pagesize
- : Int!
- }