Skip to main content

MenuItemType

No description

type MenuItemType {
id: String!
label: String
targetBlank: Boolean!
type: String!
order: Int!
value: String
open: Boolean!
hidden: Boolean!
title: String
canonicalUrl: String
children: [MenuItemType]
}

Fields

MenuItemType.id ● String! non-null scalar

MenuItemType.label ● String scalar

MenuItemType.targetBlank ● Boolean! non-null scalar

MenuItemType.type ● String! non-null scalar

MenuItemType.order ● Int! non-null scalar

MenuItemType.value ● String scalar

MenuItemType.open ● Boolean! non-null scalar

MenuItemType.hidden ● Boolean! non-null scalar

MenuItemType.title ● String scalar

MenuItemType.canonicalUrl ● String scalar

MenuItemType.children ● [MenuItemType] list object

Member of

MenuItemType object ● MenuType object