stack

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

AdminTypes.PublicationConnection interface

An auto-generated type for paginating through multiple Publications.

Signature:

export interface PublicationConnection 

Properties

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