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