menus
Get all link lists/navigation menus for the store
Authentication
Authentication Required: Secret API key with scope
navigation:read
Query Structure
{
menus {
# Fields from Menu type
}
}Arguments
This query accepts no arguments.
Return Type
Returns an array of Menu objects containing the navigation menus for the store.
Example
{
menus {
id
title
handle
items {
id
title
url
}
}
}