menu - admin-graphql - QUERY
Version: 2024-10
Description:
Returns a Menu resource by ID.
Access Scopes
Arguments
-
id:
ID! -
The ID of the Menu to return.
Returns
-
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.
Examples