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