# PrivateMetafieldValueInput - admin-graphql - INPUT_OBJECT Version: 2024-07 ## Description The input fields for the value and value type of the private metafield. ### Access Scopes ## Fields * [value](/docs/api/admin-graphql/2024-07/scalars/String): String! - The value of a private metafield. * [valueType](/docs/api/admin-graphql/2024-07/enums/PrivateMetafieldValueType): PrivateMetafieldValueType! - Represents the private metafield value type. ## Input objects with this input object * [PrivateMetafieldInput](/docs/api/admin-graphql/2024-07/input-objects/PrivateMetafieldInput) ## Examples