object ItemLocationEdge

A Relay edge containing a ItemLocation and its cursor.

Fields

FieldTypeDescription
nodeItemLocation

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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