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