stack

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

AdminTypes.PriceListConnection interface

An auto-generated type for paginating through multiple PriceLists.

Signature:

export interface PriceListConnection 

Properties

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