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