Types > MenuModify
Commerce APITypesMenuModify
MenuModify

Description

Topic: Menus

Fields

custom_fields: [CustomFieldCreate!]


handle: String

Menu handle (you can lookup menu using a handle)

Example: "footer"

Valid when: handle is not empty

Valid when: handle's length doesn't exceed 250 characters


item_titles_i18n: [String!]


items: [MenuItemCreate!]

Menu items


name: String

Menu name

Translatable

Example: "Footer"

Valid when: name is not empty

Valid when: name's length doesn't exceed 250 characters


Used By

Mutations

menusModify

Preview (typescript)

Loading module