Schema Documentation
PageToCommentConnection
Description
Connection between the Page type and the Comment type
Fields
Field Name | Description |
---|---|
edges - [PageToCommentConnectionEdge!]! | Edges for the PageToCommentConnection connection |
nodes - [Comment!]! | The nodes of the connection, without the edges |
pageInfo - PageToCommentConnectionPageInfo! | Information about pagination in a connection. |
Example
{"edges":[PageToCommentConnectionEdge],"nodes":[Comment],"pageInfo":PageToCommentConnectionPageInfo}