GitHub

ShopifyMetaobjectHandleInput

interface

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

The input fields used to retrieve a metaobject by handle.

interface ShopifyMetaobjectHandleInput {
  handle: string
  type: string
}

Properties

handle
string

The handle of the metaobject.

type
string

The type of the metaobject.