Schema Documentation
ProductToCommentConnection
Description
Connection between the Product type and the Comment type
Fields
Field Name | Description |
---|---|
averageRating -
Float | Average review rating for this product. |
edges -
[ProductToCommentConnectionEdge] | Edges for the ProductToCommentConnection connection |
nodes -
[Comment] | The nodes of the connection, without the edges |
pageInfo -
WPPageInfo | Information about pagination in a connection. |
Example
{"averageRating":123.45,"edges":[ProductToCommentConnectionEdge],"nodes":[Comment],"pageInfo":WPPageInfo}