GitHub

ShopifySitemapImage

Type

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

Represents a sitemap's image.

interface ShopifySitemapImage {
  __typename: "SitemapImage"
  alt: string
  filepath: string
  updatedAt: Scalars['DateTime']['output']
}

Properties

__typename
"SitemapImage"
alt
string

Image's alt text.

filepath
string

Path to the image.

updatedAt
Scalars['DateTime']['output']

The date and time when the image was updated.