GitHub

Menu

A navigation menu representing a hierarchy of hyperlinks (items).

import { Menu } from '@daffodil/driver/shopify'
type Menu = Node & {
    __typename?: 'Menu';
    handle: Scalars['String']['output'];
    id: Scalars['ID']['output'];
    items: Array<MenuItem>;
    itemsCount: Scalars['Int']['output'];
    title: Scalars['String']['output'];
}
Type Options
Menu Node & { __typename?: 'Menu'; handle: Scalars['String']['output']; id: Scalars['ID']['output']; items: Array<MenuItem>; itemsCount: Scalars['Int']['output']; title: Scalars['String']['output']; }