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