import { ShopifyMetaobjectHandleInput } from '@daffodil/driver/shopify'
The input fields used to retrieve a metaobject by handle.
interface ShopifyMetaobjectHandleInput {
handle: string
type: string
}
handle string |
|---|
The handle of the metaobject. |
type string |
|---|
The type of the metaobject. |