Skip to main content
Version: Canary 🚧

MenuUpdate

Updates a menu.

Requires MANAGE_MENUSpermission.

Triggers the following webhook events:

  • MENU_UPDATED (async): A menu was updated.
type MenuUpdate {
menuErrors: [MenuError!]! @deprecated
errors: [MenuError!]!
menu: Menu
}

Fields

DEPRECATED

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

Returned by

menuUpdate mutation


Was this page helpful?