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