PluginsInput
Plugin to execute.
input PluginsInput {
type: PluginType!
name: String!
parameters: [ParameterInput!]
}
Fields
PluginsInput.type
● PluginType!
non-null enum
Type of the plugin to execute
PluginsInput.name
● String!
non-null scalar
Name of the plugin to execute
PluginsInput.parameters
● [ParameterInput!]
list input
Parameters of the plugin
Member Of
PluginStepInput
input