GitHub

ShopifyImageEdge

interface

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

An auto-generated type which holds one Image and a cursor during pagination.

interface ShopifyImageEdge {
  __typename: "ImageEdge"
  cursor: string
  node: ShopifyImage
}

Properties

__typename
"ImageEdge"
cursor
string

A cursor for use in pagination.

node
ShopifyImage

The item at the end of ImageEdge.