Home > @infiniteobjects/shopify-data-manager > AdminTypes > ImageConnection
An auto-generated type for paginating through multiple Images.
Signature:
export interface ImageConnection
Property | Modifiers | Type | Description |
---|---|---|---|
edges | Array<ImageEdge> | A list of edges. | |
nodes | Array<Image> | A list of the nodes contained in ImageEdge. | |
pageInfo | PageInfo | Information to aid in pagination. |