object InventorySyncStatusEdge

A Relay edge containing a InventorySyncStatus and its cursor.

Fields

FieldTypeDescription
nodeInventorySyncStatus

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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