object FulfillmentInvoiceShippingItemEdge

A Relay edge containing a FulfillmentInvoiceShippingItem and its cursor.

Fields

FieldTypeDescription
nodeFulfillmentInvoiceShippingItem

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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