object ShippingPlanPackageEdge

A Relay edge containing a ShippingPlanPackage and its cursor.

Fields

FieldTypeDescription
nodeShippingPlanPackage

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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