stack

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

AdminTypes.ShippingLineConnection interface

An auto-generated type for paginating through multiple ShippingLines.

Signature:

export interface ShippingLineConnection 

Properties

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