Skip to main content
Version: Canary 🚧

MenuError

No description

type MenuError {
field: String
message: String
code: MenuErrorCode!
}

Fields

Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.

The error message.

The error code.

Member of

AssignNavigation object ● MenuBulkDelete object ● MenuCreate object ● MenuDelete object ● MenuItemBulkDelete object ● MenuItemCreate object ● MenuItemDelete object ● MenuItemMove object ● MenuItemUpdate object ● MenuUpdate object


Was this page helpful?