object ShippingLabelEdge

A Relay edge containing a ShippingLabel and its cursor.

Fields

FieldTypeDescription
nodeShippingLabel

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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