OBJECT

TradingBankAccountConnection

The connection type for TradingBankAccount.

link GraphQL Schema definition

  • type TradingBankAccountConnection {
  • # A list of edges.
  • edges: [TradingBankAccountEdge]
  • # A list of nodes.
  • nodes: [TradingBankAccount]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • # Total # of pages, based on total count and pagesize
  • totalPageCount: Int!
  • }