GitHub

ImageConnection

An auto-generated type for paginating through multiple Images.

import { ImageConnection } from '@daffodil/driver/shopify'
type ImageConnection = {
    __typename?: 'ImageConnection';
    edges: Array<ImageEdge>;
    nodes: Array<Image>;
    pageInfo: PageInfo;
}
Type Options
ImageConnection { __typename?: 'ImageConnection'; edges: Array<ImageEdge>; nodes: Array<Image>; pageInfo: PageInfo; }