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 - ProductToCommentConnectionPageInfo! | Information about pagination in a connection. |
Example
{"averageRating":987.65,"edges":[ProductToCommentConnectionEdge],"nodes":[Comment],"pageInfo":ProductToCommentConnectionPageInfo}