# TranslatableContent - admin-graphql - OBJECT Version: 2024-10 ## Description Translatable content of a resource's field. ### Access Scopes ## Fields * [digest](/docs/api/admin-graphql/2024-10/scalars/String): String - Hash digest representation of the content value. * [key](/docs/api/admin-graphql/2024-10/scalars/String): String! - The resource field that's being translated. * [locale](/docs/api/admin-graphql/2024-10/scalars/String): String! - Locale of the content. * [type](/docs/api/admin-graphql/2024-10/enums/LocalizableContentType): LocalizableContentType! - Type of the translatable content. * [value](/docs/api/admin-graphql/2024-10/scalars/String): String - Content value. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples