Skip to main content

MenuItemInput

No description

input MenuItemInput {
name: String
url: String
category: ID
collection: ID
page: ID
}

Fields

MenuItemInput.name ● String scalar

Name of the menu item.

MenuItemInput.url ● String scalar

URL of the pointed item.

MenuItemInput.category ● ID scalar

Category to which item points.

MenuItemInput.collection ● ID scalar

Collection to which item points.

MenuItemInput.page ● ID scalar

Page to which item points.

Member of

MenuCreateInput input ● menuItemUpdate mutation


Was this page helpful?