stack

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

AdminTypes.FulfillmentEventConnection interface

An auto-generated type for paginating through multiple FulfillmentEvents.

Signature:

export interface FulfillmentEventConnection 

Properties

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