Schema Documentation
CategoryToPostConnection
Description
Connection between the category type and the post type
Fields
Field Name | Description |
---|---|
edges -
[CategoryToPostConnectionEdge] | Edges for the CategoryToPostConnection connection |
nodes -
[Post] | The nodes of the connection, without the edges |
pageInfo -
WPPageInfo | Information about pagination in a connection. |
Example
{"edges":[CategoryToPostConnectionEdge],"nodes":[Post],"pageInfo":WPPageInfo}