object ShippingContainerLabelEdge

A Relay edge containing a ShippingContainerLabel and its cursor.

Fields

FieldTypeDescription
nodeShippingContainerLabel

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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