OBJECT
The connection type for Address.
type AddressConnection {cursors: [String!]! # A list of edges.edges: [AddressEdge] # A list of nodes.nodes: [Address] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! }