PluginUpdateInput
No description
input PluginUpdateInput {
active: Boolean
configuration: [ConfigurationItemInput!]
seller: ID
}
Fields
PluginUpdateInput.active ● Boolean scalar
Indicates whether the plugin should be enabled.
PluginUpdateInput.configuration ● [ConfigurationItemInput!] list input
Configuration of the plugin.
PluginUpdateInput.seller ● ID scalar
Indicates the seller that is making the update, null if marketplace.
Member Of
pluginUpdate mutation