object WarehouseProductInboundEdge

A Relay edge containing a WarehouseProductInbound and its cursor.

Fields

FieldTypeDescription
nodeWarehouseProductInbound

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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