CommentsConnection
A connection to a list of Comment values.
type CommentsConnection {
nodes: [Comment!]!
edges: [CommentsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
CommentsConnection.nodes ● [Comment!]! non-null object
A list of Comment objects.
CommentsConnection.edges ● [CommentsEdge!]! non-null object
A list of edges which contains the Comment and cursor to aid in pagination.
CommentsConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
CommentsConnection.totalCount ● Int! non-null scalar
The count of *all* Comment you could get from the connection.
Returned By
commentsConnection query
Member Of
Accord object ● Account object ● Comment object ● Discussion object ● Profile object ● Section object ● Step object ● Workspace object