Skip to main content
Version: Canary 🚧

MenuItemTranslate

Creates/updates translations for a menu item.

Requires MANAGE_TRANSLATIONSpermission.
type MenuItemTranslate {
translationErrors: [TranslationError!]! @deprecated
errors: [TranslationError!]!
menuItem: MenuItem
}

Fields

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

Returned by

menuItemTranslate mutation


Was this page helpful?