Skip to main content

PluginConfiguration Object

Stores information about a configuration of plugin.

type PluginConfiguration {
active: Boolean!
channel: Channel
configuration: [ConfigurationItem!]
}

Fields​

active ● Boolean!​

Determines if plugin is active or not.

channel ● Channel​

The channel to which the plugin configuration is assigned to.

configuration ● [ConfigurationItem!]​

Configuration of the plugin.

Member Of​

Plugin object