私有元字段输入对象-PrivateMetafieldInput 输入对象
指定PrivateMetafield的输入字段。
输入栏
- key(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
) 必需的
私有元字段的密钥。 - namespace(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
) 必需的
私有元字段的名称空间。 - owner(
[ID](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
拥有的资源。 - valueInput(
[PrivateMetafieldValueInput!](https://shopify.dev/docs/admin-api/graphql/reference/metafields/privatemetafieldvalueinput)
) 必需的
元字段的值和值类型,包装在ValueInput对象中。