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