feat: admin - download locale strings from graph
This commit is contained in:
@@ -24,6 +24,10 @@ type LocalizationQuery {
|
||||
# -----------------------------------------------
|
||||
|
||||
type LocalizationMutation {
|
||||
downloadLocale(
|
||||
locale: String!
|
||||
): DefaultResponse
|
||||
|
||||
updateLocale(
|
||||
locale: String!
|
||||
autoUpdate: Boolean!
|
||||
|
Reference in New Issue
Block a user