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