Skip to main content

MenuItemTranslation Object

Represents menu item translations.

type MenuItemTranslation implements Node {
id: ID!
language: LanguageDisplay!
name: String!
translatableContent: MenuItemTranslatableContent
}

Fields

The ID of the menu item translation.

Translation language.

Translated menu item name.

Represents the menu item fields to translate.

Interfaces

Node interface miscellaneous

An object with an ID

Member Of

MenuItem object ● MenuItemTranslatableContent object

Implemented By

TranslationTypes union