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