Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductFeedEdge
An auto-generated type which holds one ProductFeed and a cursor during pagination.
Signature:
export interface ProductFeedEdge
Property | Modifiers | Type | Description |
---|---|---|---|
cursor | Scalars[‘String’][‘output’] | A cursor for use in pagination. | |
node | ProductFeed | The item at the end of ProductFeedEdge. |