Skip to main content
Version: 3.x

menuItemMove

Moves items of menus.

Requires MANAGE_MENUSpermission.

Triggers the following webhook events:

  • MENU_ITEM_UPDATED (async): Optionally triggered when sort order or parent changed for menu item.
menuItemMove(
menu: ID!
moves: [MenuItemMoveInput!]!
): MenuItemMove

Arguments

ID of the menu.

The menu position data.

Type

Moves items of menus.

Requires MANAGE_MENUSpermission.

Triggers the following webhook events:

  • MENU_ITEM_UPDATED (async): Optionally triggered when sort order or parent changed for menu item.

Was this page helpful?