---
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
metadata:
  effectiveApiVersion: 2023-04
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Deprecation Announcement
    handle: deprecation
  indicatesActionRequired: true
  createdAt: '2023-03-02T09:43:48-05:00'
  postedAt: '2023-04-01T00:00:00-04:00'
  updatedAt: '2024-12-13T17:24:37-05:00'
  effectiveAt: '2023-04-01T00:00:00-04:00'
---

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).
