stack

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

AdminTypes.LocationConnection interface

An auto-generated type for paginating through multiple Locations.

Signature:

export interface LocationConnection 

Properties

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