--- title: Metafield description input field removal - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/metafield-description-field-removal md: https://shopify.dev/changelog/metafield-description-field-removal.md --- [Back to Developer changelog](https://shopify.dev/changelog) February 27, 2025 Tags: * Action Required * Admin GraphQL API * 2025-07 # Metafield description input field removal The `description` field on metafield is being removed from the [`MetafieldInput`](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/MetafieldInput) GraphQL input object. The change will appear in `unstable` and will be included in the `2025-07` API version. The `description` field is optional and isn't exposed to merchants. You can safely stop including the field in queries and mutations. If you want to set or get the description of a metafield, use the `description` field on [`MetafieldDefinition`](https://shopify.dev/docs/api/admin-graphql/unstable/objects/MetafieldDefinition).