object ShippingPlanPackageLineItemEdge

A Relay edge containing a ShippingPlanPackageLineItem and its cursor.

Fields

FieldTypeDescription
nodeShippingPlanPackageLineItem

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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