OBJECT
The connection type for Account.
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 pagesizetotalPageCount: Int! }