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