stack

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

AdminTypes.FulfillmentConnection interface

An auto-generated type for paginating through multiple Fulfillments.

Signature:

export interface FulfillmentConnection 

Properties

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.