object InventorySnapshotEdge

A Relay edge containing a InventorySnapshot and its cursor.

Fields

FieldTypeDescription
nodeInventorySnapshot

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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