Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentConnection
An auto-generated type for paginating through multiple Fulfillments.
Signature:
export interface FulfillmentConnection
| Property | Modifiers | Type | Description |
|---|---|---|---|
| edges | Array<FulfillmentEdge> | A list of edges. | |
| nodes | Array<Fulfillment> | A list of the nodes contained in FulfillmentEdge. | |
| pageInfo | PageInfo | Information to aid in pagination. |