object InventorySyncItemStatusEdge

A Relay edge containing a InventorySyncItemStatus and its cursor.

Fields

FieldTypeDescription
nodeInventorySyncItemStatus

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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