Plugin
Represents information about a plugin.
type Plugin {
id: ID!
manifest: JSON
name: String
}
Fields
Plugin.id ● ID! non-null scalar
The plugin unique identifier.
Plugin.manifest ● JSON scalar
The definition of the plugin's manifest.
Plugin.name ● String scalar
The name of the plugin.
Member Of
Machine object