Skip to main content

PluginUpdate Object

Update plugin configuration.

Requires the MANAGE_PLUGINSpermission.
type PluginUpdate {
plugin: Plugin
pluginsErrors: [PluginError!]! @deprecated
errors: [PluginError!]!
}

Fields

plugin ● Plugin

errors ● [PluginError!]!

Show deprecatedHide deprecated

pluginsErrors ● [PluginError!]!

DEPRECATED

Use errors field instead.

Returned By

pluginUpdate mutation