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