Skip to main content

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

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