Schema Documentation

PostConnection

Description

Connection to post Nodes

Fields
Field NameDescription
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}