OBJECT
The connection type for Address.
type AddressConnection {# A list of edges.edges: [AddressEdge] # A list of nodes.nodes: [Address] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! # Total # of pages, based on total count and pagesizetotalPageCount: Int! }