MenuItemMoveInput Input Type
No description
input MenuItemMoveInput {
itemId: ID!
parentId: ID
sortOrder: Int
}
Fields
itemId ● ID!
The menu item ID to move.
parentId ● ID
ID of the parent menu. If empty, menu will be top level menu.
sortOrder ● Int
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