Home > @infiniteobjects/shopify-data-manager > AdminTypes > MetaobjectHandleInput
The input fields for retrieving a metaobject by handle.
Signature:
export interface MetaobjectHandleInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| handle | Scalars[‘String’][‘input’] | The handle of the metaobject to create or update. | |
| type | Scalars[‘String’][‘input’] | The type of the metaobject. Must match an existing metaobject definition type. |