menu Query
Look up a navigation menu by ID or name.
menu(
channel: String
id: ID
name: String
slug: String
): Menu
Arguments
menu.channel
● String
scalar miscellaneous
Slug of a channel for which the data should be returned.
menu.id
● ID
scalar miscellaneous
ID of the menu.
menu.name
● String
scalar miscellaneous
The menu's name.
menu.slug
● String
scalar miscellaneous
The menu's slug.
Type
Menu
object menu
Represents a single menu - an object that is used to help navigate through the store.