Types > Menu
Commerce APITypesMenu
Menu

Description

Topic: Menus

Fields

created_at: String!

The date and time when menu was created, RFC 3339 format

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


custom_field_objects: CustomFieldObjects

Custom field objects extracted and ready for expansion

Translatable


custom_fields: [CustomField!]!


handle: String!

Menu handle (you can lookup menu using a handle)

Example: "footer"


id: String!

A unique menu identifier

Example: "me_EQzGqWoY"


items: [MenuItem!]!

Menu items


name: String!

Menu name

Translatable

Example: "Footer"


updated_at: String!

The date and time when menu was last updated, RFC 3339 format

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


Used By

Mutations

menusCreate, menusModify

Queries

menus

Types

MenuPage

Preview (typescript)

Loading module