fix: i18n client caching

This commit is contained in:
Nick
2019-07-14 13:21:33 -04:00
parent 6974811658
commit d74683b5fd
6 changed files with 88 additions and 43 deletions

View File

@@ -74,7 +74,10 @@ type PageMutation {
flushCache: DefaultResponse @auth(requires: ["manage:system"])
migrateToLocale: DefaultResponse @auth(requires: ["manage:system"])
migrateToLocale(
sourceLocale: String!
targetLocale: String!
): DefaultResponse @auth(requires: ["manage:system"])
}
# -----------------------------------------------