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