Skip to content

updateCustomNavItem

Update a Custom Navigation Item for a Whitelabel User

Arguments

input · updateCustomNavItemsInput · Parameters for updateCustomNavItems

Returns

updateCustomNavItemsPayload

Example

mutation updateCustomNavItem($input: updateCustomNavItemsInput) {
updateCustomNavItem(input: $input) {
messages
success_string
}
}