Schema Documentation
LineItemConnection
Description
Connection to LineItem Nodes
Fields
| Field Name | Description |
|---|---|
edges - [LineItemConnectionEdge!]! | A list of edges (relational context) between Order and connected LineItem Nodes |
nodes - [LineItem!]! | A list of connected LineItem Nodes |
pageInfo - LineItemConnectionPageInfo! | Information about pagination in a connection. |
Possible Types
| LineItemConnection Types |
|---|
Example
{"edges":[LineItemConnectionEdge],"nodes":[LineItem],"pageInfo":LineItemConnectionPageInfo}