CommentConnection
A paginated list of Comment edges.
type CommentConnection {
pageInfo: PageInfo!
edges: [CommentEdge!]!
}
Fields
CommentConnection.pageInfo ● PageInfo! non-null object
Pagination information about the list of edges.
CommentConnection.edges ● [CommentEdge!]! non-null object
A list of Comment edges.
Returned By
comments query