import { ShopifySitemapResourceMetaobject } from '@daffodil/driver/shopify'
A SitemapResourceMetaobject represents a metaobject with
the renderable capability.
interface ShopifySitemapResourceMetaobject {
__typename: "SitemapResourceMetaobject"
handle: string
onlineStoreUrlHandle: string
type: string
updatedAt: Scalars['DateTime']['output']
}
__typename "SitemapResourceMetaobject" |
|---|
handle string |
|---|
Resource's handle. |
onlineStoreUrlHandle string |
|---|
The URL handle for accessing pages of this metaobject type in the Online Store. |
type string |
|---|
The type of the metaobject. |
updatedAt Scalars['DateTime']['output'] |
|---|
The date and time when the resource was updated. |