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