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