PluginsInput
Plugin to execute.
input PluginsInput {
type: PluginType
name: String!
enable: Boolean
parameters: [ParameterInput!]
}
Fields
PluginsInput.type ● PluginType enum
Type of the plugin to execute. @deprecated(reason: "deprecated from 2025-08-25. This property is no longer recommended for use.")
PluginsInput.name ● String! non-null scalar
Name of the plugin to execute
PluginsInput.enable ● Boolean scalar
Activates or deactivates the plugin behaviour
PluginsInput.parameters ● [ParameterInput!] list input
Parameters of the plugin
Member Of
PluginStepInput input