Schema Documentation

PostToRevisionConnection

Description

Connection between the Post type and the post type

Fields
Field NameDescription
edges - [PostToRevisionConnectionEdge!]! Edges for the PostToRevisionConnection connection
nodes - [Post!]! The nodes of the connection, without the edges
pageInfo - PostToRevisionConnectionPageInfo! Information about pagination in a connection.
Example
{"edges":[PostToRevisionConnectionEdge],"nodes":[Post],"pageInfo":PostToRevisionConnectionPageInfo}