Skip to main content
Version: 3.x

MenuItemTranslatableContent

Represents menu item's original translatable fields and related translations.

type MenuItemTranslatableContent implements Node {
id: ID!
name: String!
translation(languageCode: LanguageCodeEnum!): MenuItemTranslation
menuItem: MenuItem @deprecated
}

Fields

The ID of the menu item translatable content.

Name of the menu item to translate.

Returns translated menu item fields for the given language code.

A language code to return the translation for menu item.

DEPRECATED

This field will be removed in Saleor 4.0. Get model fields from the root level queries.

Represents a single item of the related menu. Can store categories, collection or pages.

Interfaces

Node interface

An object with an ID

Implemented by

TranslatableItem union


Was this page helpful?