PluginUpdateInput
No description
input PluginUpdateInput {
active: Boolean
configuration: [ConfigurationItemInput!]
}
Fields
PluginUpdateInput.active
● Boolean
scalar
Indicates whether the plugin should be enabled.
PluginUpdateInput.configuration
● [ConfigurationItemInput!]
list input
Configuration of the plugin.
Member of
pluginUpdate
mutation