menu - storefront - QUERY
Version: 2024-10
Description:
Retrieve a [navigation menu](https://help.shopify.com/manual/online-store/menus-and-links) by its handle.
Access Scopes
Arguments
-
handle:
String! -
The navigation menu's handle.
Returns
-
handle:
String!
The menu's handle.
-
id:
ID!
A globally-unique ID.
-
items:
MenuItem!
The menu's child items.
-
itemsCount:
Int!
The count of items on the menu.
-
title:
String!
The menu's title.
Examples