CommentsConnection
CommentsConnection represents a subset of a comment list.
type CommentsConnection { edges: [CommentEdge!]! nodes: [Comment!]! pageInfo: PageInfo!}
#
Fieldsedges
([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.