GitHub

ShopifySitemapResourceInterface

Type

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

Represents the common fields for all sitemap resource types.

interface ShopifySitemapResourceInterface {
  handle: string
  updatedAt: Scalars['DateTime']['output']
}

Properties

handle
string

Resource's handle.

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

The date and time when the resource was updated.