Skip to main content

CommentsConnection

CommentsConnection represents a subset of a comment list.

type CommentsConnection {
edges: [CommentEdge!]!
nodes: [Comment!]!
pageInfo: PageInfo!
}

Fields

CommentsConnection.edges ● [CommentEdge!]! non-null object

edges are a subset of CommentEdge's.

CommentsConnection.nodes ● [Comment!]! non-null object

nodes is a list of Comment's.

CommentsConnection.pageInfo ● PageInfo! non-null object

pageInfo is information to aid in pagination.

Returned by

comments query

Member Of

Comment object ● ModerationQueue object ● Story object ● User object