object ShippingPlanPalletEdge

A Relay edge containing a ShippingPlanPallet and its cursor.

Fields

FieldTypeDescription
nodeShippingPlanPallet

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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