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