# Translation - admin-graphql - OBJECT Version: 2024-10 ## Description Translation of a field of a resource. ### Access Scopes ## Fields * [key](/docs/api/admin-graphql/2024-10/scalars/String): String! - On the resource that this translation belongs to, the reference to the value being translated. * [locale](/docs/api/admin-graphql/2024-10/scalars/String): String! - ISO code of the translation locale. * [market](/docs/api/admin-graphql/2024-10/objects/Market): Market - The market that the translation is specific to. Null value means the translation is available in all markets. * [outdated](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether the original content has changed since this translation was updated. * [updatedAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - The date and time when the translation was updated. * [value](/docs/api/admin-graphql/2024-10/scalars/String): String - Translation value. ## Connections ## Related queries ## Related mutations * [translationsRegister](/docs/api/admin-graphql/2024-10/mutations/translationsRegister) Creates or updates translations. * [translationsRemove](/docs/api/admin-graphql/2024-10/mutations/translationsRemove) Deletes translations. ## Related Unions ## Examples