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