stack

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

AdminTypes.FulfillmentOrderLineItemConnection interface

An auto-generated type for paginating through multiple FulfillmentOrderLineItems.

Signature:

export interface FulfillmentOrderLineItemConnection 

Properties

Property Modifiers Type Description
edges   Array<FulfillmentOrderLineItemEdge> A list of edges.
nodes   Array<FulfillmentOrderLineItem> A list of the nodes contained in FulfillmentOrderLineItemEdge.
pageInfo   PageInfo Information to aid in pagination.