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