GitHub

ShopifyImageConnection

interface

import { ShopifyImageConnection } from '@daffodil/driver/shopify'

An auto-generated type for paginating through multiple Images.

interface ShopifyImageConnection {
  __typename: "ImageConnection"
  edges: ShopifyImageEdge[]
  nodes: ShopifyImage[]
  pageInfo: ShopifyPageInfo
}

Properties

__typename
"ImageConnection"
edges
ShopifyImageEdge[]

A list of edges.

nodes
ShopifyImage[]

A list of the nodes contained in ImageEdge.

pageInfo
ShopifyPageInfo

Information to aid in pagination.