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