Skip to main content

PluginUpdateInput

No description

input PluginUpdateInput {
active: Boolean
configuration: [ConfigurationItemInput!]
}

Fields

PluginUpdateInput.active ● Boolean scalar miscellaneous

Indicates whether the plugin should be enabled.

PluginUpdateInput.configuration ● [ConfigurationItemInput!] list input miscellaneous

Configuration of the plugin.

Member Of

pluginUpdate mutation