MenuItemMoveInput
Input for moving a menu item within the menu tree.
input MenuItemMoveInput {
itemId: ID!
parentId: ID
relativeOffset: Int
isStrictOffset: Boolean
}
Fields
MenuItemMoveInput.itemId ● ID! non-null scalar
ID of the item to move.
MenuItemMoveInput.parentId ● ID scalar
New parent ID. Pass null to move to root level. Omit to keep current parent.
MenuItemMoveInput.relativeOffset ● Int scalar
Relative position offset from current position.
MenuItemMoveInput.isStrictOffset ● Boolean scalar
If true, error when offset goes out of bounds. If false, clamp to valid range.
Member Of
menuItemMove mutation