object InventoryChangeLogEdge

A Relay edge containing a InventoryChangeLog and its cursor.

Fields

FieldTypeDescription
nodeInventoryChangeLogType

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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