Skip to main content

MenuItemInput Input Type

No description

input MenuItemInput {
name: String
url: String
category: ID
collection: ID
page: 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.

Member Of

MenuCreateInput input ● menuItemUpdate mutation