object OrderEdge
A Relay edge containing a Order and its cursor.
Fields
| Field | Type | Description |
|---|---|---|
node | Order | The item at the end of the edge |
cursor | String! | A cursor for use in pagination |
Referenced By
- OrderConnection Type
Example
{
"node": Order,
"cursor": "abc123"
}