CommentsConnection
CommentsConnection represents a subset of a comment list.
type CommentsConnection { edges: [CommentEdge!]! nodes: [Comment!]! pageInfo: PageInfo!}Fields#
edges ([CommentEdge!]!)#
edges are a subset of CommentEdge's.
nodes ([Comment!]!)#
nodes is a list of Comment's.
pageInfo (PageInfo!)#
pageInfo is information to aid in pagination.