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