Home > @infiniteobjects/shopify-data-manager > AdminTypes > MetafieldInput > type
The type of data that is stored in the metafield. Refer to the list of [supported types](https://shopify.dev/apps/metafields/types).
Required when creating a metafield, but optional when updating.
Signature:
type?: InputMaybe<Scalars['String']['input']>;