object ShipmentLineItemEdge

A Relay edge containing a ShipmentLineItem and its cursor.

Fields

FieldTypeDescription
nodeShipmentLineItem

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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