stack

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

AdminTypes.PriceListPriceConnection interface

An auto-generated type for paginating through multiple PriceListPrices.

Signature:

export interface PriceListPriceConnection 

Properties

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