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