UPDATE_PLUGIN_MUTATION
Variable: UPDATE_PLUGIN_MUTATION
const
UPDATE_PLUGIN_MUTATION:DocumentNode
Defined in: src/GraphQl/Mutations/PluginMutations.ts:32
GraphQL mutation to update a plugin.
Param
The ID of the plugin to update.
Param
Whether the plugin is activated.
Param
Whether the plugin is installed.
Param
Whether the plugin is backed up.
Returns
The updated plugin object.