Home > @infiniteobjects/shopify-data-manager > AdminTypes > PrivateMetafieldValueInput
The input fields for the value and value type of the private metafield.
Signature:
export interface PrivateMetafieldValueInput
Property | Modifiers | Type | Description |
---|---|---|---|
value | Scalars[‘String’][‘input’] | The value of a private metafield. | |
valueType | PrivateMetafieldValueType | `${PrivateMetafieldValueType}` | Represents the private metafield value type. |