object InboundShipmentEdge

A Relay edge containing a InboundShipment and its cursor.

Fields

FieldTypeDescription
nodeInboundShipment

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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