Skip to main content

MenuItemTranslation

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.

Added in Saleor 3.14

Interfaces

Node interface miscellaneous

An object with an ID

Member Of

MenuItem object ● MenuItemTranslatableContent object

Implemented By

TranslationTypes union