Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentEdge
An auto-generated type which holds one Fulfillment and a cursor during pagination.
Signature:
export interface FulfillmentEdge
Property | Modifiers | Type | Description |
---|---|---|---|
cursor | Scalars[‘String’][‘output’] | A cursor for use in pagination. | |
node | Fulfillment | The item at the end of FulfillmentEdge. |