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