Anchor to MenuCreateUserErrorMenu
objectMenu Create User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- code (MenuCreateUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Menu
Create User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- menuCreate (MenuCreatePayload)
- •mutation
Creates a navigation
Menufor the online store. Menus organize links that help customers navigate to collections, products, pages, blogs, and custom URLs.Each menu requires a unique handle for identification and can contain multiple
objects with nested sub-items up to three levels deep.- •String!required
The menu's title.
- •String!required
The menu's handle.
- •[Menu
Item Create Input!]! required List of the menu's items.
Arguments
- •String!
Was this section helpful?