Skip to main content
Version: Canary 🚧

MenuItemTranslation

Represents menu item translations.

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

Fields

The ID of the menu item translation.

Translation language.

Translated menu item name.

Interfaces

Node interface

An object with an ID

Member of

MenuItem object ● MenuItemTranslatableContent object

Implemented by

TranslationTypes union


Was this page helpful?