object LotEdge

A Relay edge containing a Lot and its cursor.

Fields

FieldTypeDescription
nodeLot

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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