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