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