import { ShopifySitemapResource } from '@daffodil/driver/shopify'
Represents a sitemap resource that is not a metaobject.
interface ShopifySitemapResource {
__typename: "SitemapResource"
handle: string
image: ShopifySitemapImage
title: string
updatedAt: Scalars['DateTime']['output']
}
__typename "SitemapResource" |
|---|
handle string |
|---|
Resource's handle. |
image ShopifySitemapImage |
|---|
Resource's image. |
title string |
|---|
Resource's title. |
updatedAt Scalars['DateTime']['output'] |
|---|
The date and time when the resource was updated. |