Skip to main content

MenuItemMoveInput

Input for moving a menu item within the menu tree.

input MenuItemMoveInput {
itemId: ID!
parentId: ID
relativeOffset: Int
isStrictOffset: Boolean
}

Fields

ID of the item to move.

New parent ID. Pass null to move to root level. Omit to keep current parent.

Relative position offset from current position.

If true, error when offset goes out of bounds. If false, clamp to valid range.

Member Of

menuItemMove mutation

Was this page helpful?