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