stack

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

AdminTypes.ImageConnection interface

An auto-generated type for paginating through multiple Images.

Signature:

export interface ImageConnection 

Properties

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.