feat: save rendering configuration

This commit is contained in:
NGPixel
2019-12-21 16:41:03 -05:00
parent 9166e27e87
commit 3b347f262c
8 changed files with 34 additions and 121 deletions

View File

@@ -50,6 +50,5 @@ type Renderer {
input RendererInput {
isEnabled: Boolean!
key: String!
mode: String!
config: [KeyValuePairInput]
}