stack

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

AdminTypes.CollectionConnection interface

An auto-generated type for paginating through multiple Collections.

Signature:

export interface CollectionConnection 

Properties

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