--- title: Deprecating PublishedTranslation GraphQL type - 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/deprecating-publishedtranslation-graphql-type md: https://shopify.dev/changelog/deprecating-publishedtranslation-graphql-type.md --- [Back to Developer changelog](https://shopify.dev/changelog) April 1, 2023 Tags: * Action Required * API * 2023-04 # Deprecating `PublishedTranslation` GraphQL type As of `2023-04`, we are deprecating the `PublishedTranslation` graphQL type in the admin API. Use the `Translation` graphQL type instead. The `Translation` graphQL type contains more fields; `outdated`, `updatedAt` and `market`. To get up to date, make sure you no longer query the `marketId` field on these objects and query using the `market` field instead. Learn more about `Translation` on [Shopify.dev](https://shopify.dev/docs/api/admin-graphql/latest/objects/Translation).