object ShippingContainerEdge

A Relay edge containing a ShippingContainer and its cursor.

Fields

FieldTypeDescription
nodeShippingContainer

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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