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