Schema Documentation
CommentConnection
Description
Connection to Comment Nodes
Fields
Field Name | Description |
---|---|
edges - [CommentConnectionEdge!]! | A list of edges (relational context) between RootQuery and connected Comment Nodes |
nodes - [Comment!]! | A list of connected Comment Nodes |
pageInfo - CommentConnectionPageInfo! | Information about pagination in a connection. |
Example
{"edges":[CommentConnectionEdge],"nodes":[Comment],"pageInfo":CommentConnectionPageInfo}