object ShipmentEdge

A Relay edge containing a Shipment and its cursor.

Fields

FieldTypeDescription
nodeShipment

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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