Schema Documentation

PostToPostFormatConnection

Description

Connection between the Post type and the postFormat type

Fields
Field NameDescription
edges - [PostToPostFormatConnectionEdge!]! Edges for the PostToPostFormatConnection connection
nodes - [PostFormat!]! The nodes of the connection, without the edges
pageInfo - PostToPostFormatConnectionPageInfo! Information about pagination in a connection.
Example
{"edges":[PostToPostFormatConnectionEdge],"nodes":[PostFormat],"pageInfo":PostToPostFormatConnectionPageInfo}