import { ShopifySitemap } from '@daffodil/driver/shopify'
Contains all fields required to generate sitemaps.
interface ShopifySitemap {
__typename: "Sitemap"
pagesCount: ShopifyCount
resources: ShopifyPaginatedSitemapResources
}
__typename "Sitemap" |
|---|
pagesCount ShopifyCount |
|---|
The number of sitemap's pages for a given type. |
resources ShopifyPaginatedSitemapResources |
|---|
A list of sitemap's resources for a given type. Important Notes:
|