Skip to main content

MenuItemCreateInput Input Type

No description

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

Fields

name ● String!

Name of the menu item.

url ● String

URL of the pointed item.

category ● ID

Category to which item points.

collection ● ID

Collection to which item points.

page ● ID

Page to which item points.

Menu to which item belongs.

parent ● ID

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

Member Of

menuItemCreate mutation