stack

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

AdminTypes.ProductFeedConnection interface

An auto-generated type for paginating through multiple ProductFeeds.

Signature:

export interface ProductFeedConnection 

Properties

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