object FulfillmentInvoiceReturnFulfillmentItemEdge

A Relay edge containing a FulfillmentInvoiceReturnFulfillmentItem and its cursor.

Fields

FieldTypeDescription
nodeFulfillmentInvoiceReturnFulfillmentItem

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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