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