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