object LocationEdge

A Relay edge containing a Location and its cursor.

Fields

FieldTypeDescription
nodeLocation

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

{
  "node": Location,
  "cursor": "abc123"
}