object InventoryChangeEdge

A Relay edge containing a InventoryChange and its cursor.

Fields

FieldTypeDescription
nodeInventoryChange

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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