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