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