Objects
MenuItemType
No description
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
id ● String! non-null scalar required
label ● String scalar
targetBlank ● Boolean! non-null scalar required
type ● String! non-null scalar required
order ● Int! non-null scalar required
value ● String scalar
open ● Boolean! non-null scalar required
hidden ● Boolean! non-null scalar required
title ● String scalar
canonicalUrl ● String scalar
children ● [MenuItemType] list object
Member Of
MenuItemType object ● MenuType object