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