stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOrderConnection

AdminTypes.FulfillmentOrderConnection interface

An auto-generated type for paginating through multiple FulfillmentOrders.

Signature:

export interface FulfillmentOrderConnection 

Properties

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.