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