MetaobjectHandleInput
The input fields used to retrieve a metaobject by handle.
import { MetaobjectHandleInput } from '@daffodil/driver/shopify'
type MetaobjectHandleInput = {
handle: Scalars['String']['input'];
type: Scalars['String']['input'];
}
Type | Options |
---|---|
MetaobjectHandleInput | {
handle: Scalars['String']['input'];
type: Scalars['String']['input'];
} |