object FulfillmentInvoiceShippingItemEdge
A Relay edge containing a FulfillmentInvoiceShippingItem and its cursor.
Fields
| Field | Type | Description |
|---|---|---|
node | FulfillmentInvoiceShippingItem | The item at the end of the edge |
cursor | String! | A cursor for use in pagination |
Referenced By
Example
{
"node": FulfillmentInvoiceShippingItem,
"cursor": "abc123"
}