MetafieldInput input object
Specifies the input fields for a metafield.
Input fields
- description (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The description of the metafield . - id (
[ID](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
The unique ID of the metafield. - key (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The key name of the metafield. - namespace (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The namespace for a metafield. - value (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The value of a metafield. - valueType (
[MetafieldValueType](https://shopify.dev/docs/admin-api/graphql/reference/metafields/metafieldvaluetype)
)
The value type of a metafield.