OBJECT

AccountConnection

The connection type for Account.

link GraphQL Schema definition

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