add disabled to plugin type

Signed-off-by: Alexis Tyler <xo@wvvw.me>
This commit is contained in:
Alexis Tyler
2019-06-20 16:05:39 +09:30
parent 228ff07af7
commit 4e92dd8d18
@@ -1,6 +1,7 @@
type Plugin {
name: String
isActive: Boolean
disabled: Boolean!
modules: [PluginModule]
}