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