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