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