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