MenuItem - admin-graphql - OBJECT
Version: 2024-10
Description:
A menu item for display on the storefront.
Access Scopes
Fields
-
id:
ID! -
A globally-unique ID of the online store navigation menu item.
-
items:
MenuItem! -
List of the menu items nested under this item sorted by position.
-
resourceId:
ID -
The ID of the resource to link to.
-
tags:
String! -
The menu item's tags to filter a collection.
-
title:
String! -
The menu item's title.
-
type:
MenuItemType! -
The menu item's type.
-
url:
String -
The menu item's url.
Connections
Related queries
Related mutations
Related Unions
Examples