CommentEdgeCommentEdge represents a unique Comment in a CommentsConnection.type CommentEdge { node: Comment! cursor: Cursor!}CopyFields#node (Comment!)#node is the Comment for this edge.cursor (Cursor!)#cursor is used in pagination.