feat: admin - download locale strings from graph

This commit is contained in:
NGPixel
2018-05-06 23:21:48 -04:00
parent 9f8feb6540
commit ba6b4bc4dd
8 changed files with 139 additions and 14 deletions

View File

@@ -24,6 +24,10 @@ type LocalizationQuery {
# -----------------------------------------------
type LocalizationMutation {
downloadLocale(
locale: String!
): DefaultResponse
updateLocale(
locale: String!
autoUpdate: Boolean!