Schema Documentation
LineItemConnectionEdge
Description
Edge between a Node and a connected LineItem
Fields
Field Name | Description |
---|---|
cursor - String | Opaque reference to the nodes position in the connection. Value can be used with pagination args. |
node - LineItem! | The connected LineItem Node |
Possible Types
LineItemConnectionEdge Types |
---|
Example
{"cursor":"abc123","node":LineItem}