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