PluginStepInput
Plugin to execute.
input PluginStepInput {
step: PluginStepType!
pluginsType: [PluginsInput!]
}
Fields
PluginStepInput.step
● PluginStepType!
non-null enum
Indicates where the plugin will be executed.
PluginStepInput.pluginsType
● [PluginsInput!]
list input
Indicates the plugin that will be executed.
Member Of
HotelSettingsInput
input