Skip to main content
Version: 3.x

MenuItemMoveInput

No description

input MenuItemMoveInput {
itemId: ID!
parentId: ID
sortOrder: Int
}

Fields

The menu item ID to move.

ID of the parent menu. If empty, menu will be top level menu.

The new relative sorting position of the item (from -inf to +inf). 1 moves the item one position forward, -1 moves the item one position backward, 0 leaves the item unchanged.

Member of

menuItemMove mutation


Was this page helpful?