Skip to main content
Version: 3.x

MenuItemCreateInput

No description

input MenuItemCreateInput {
name: String!
url: String
category: ID
collection: ID
page: ID
menu: ID!
parent: ID
}

Fields

Name of the menu item.

URL of the pointed item.

Category to which item points.

Collection to which item points.

Page to which item points.

Menu to which item belongs.

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

Member of

menuItemCreate mutation


Was this page helpful?