feat: admin - save locale settings + system info linux os

This commit is contained in:
NGPixel
2018-05-06 17:33:41 -04:00
parent b143aa2f8c
commit 9f8feb6540
11 changed files with 124 additions and 24 deletions

View File

@@ -25,7 +25,7 @@ type LocalizationQuery {
type LocalizationMutation {
updateLocale(
localeId: String!
locale: String!
autoUpdate: Boolean!
): DefaultResponse
}