Skip to main content

MenuItemCreateInput

No description

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

Fields

MenuItemCreateInput.name ● String! non-null scalar

Name of the menu item.

MenuItemCreateInput.url ● String scalar

URL of the pointed item.

MenuItemCreateInput.category ● ID scalar

Category to which item points.

MenuItemCreateInput.collection ● ID scalar

Collection to which item points.

MenuItemCreateInput.page ● ID scalar

Page to which item points.

MenuItemCreateInput.menu ● ID! non-null scalar

Menu to which item belongs.

MenuItemCreateInput.parent ● ID scalar

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

Member of

menuItemCreate mutation


Was this page helpful?