object CarrierBoxEdge

A Relay edge containing a CarrierBox and its cursor.

Fields

FieldTypeDescription
nodeCarrierBox

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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