Last update:
March 19, 2024
Menu query¶
This query is used to retrieve a specific menu based on the provided criteria.
Arguments¶
Argument | Description |
---|---|
storeId String! |
The Id of the store for which to retrieve the menu. |
cultureName String |
A language to retrieve data in. |
name String! |
The name of the menu to retrieve. |
Possible returns¶
Possible return | Description |
---|---|
MenuLinkListType |
A list of menu links. |