Menu - admin-graphql - OBJECT
Version: 2024-10
Description:
A menu for display on the storefront.
Access Scopes
`read_online_store_navigation` access scope.
Fields
-
handle:
String! -
The menus's handle.
-
id:
ID! -
A globally-unique ID.
-
isDefault:
Boolean! -
Whether the menu is a default. The handle for default menus can't be updated and default menus can't be deleted.
-
items:
MenuItem! -
A list of items on the menu sorted by position.
-
title:
String! -
The menu's title.
-
translations:
Translation! -
The published translations associated with the resource.
Connections
Related queries
-
menu
Returns a Menu resource by ID.
-
menus
The shop's menus.
Related mutations
Related Unions
Examples