mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:28 -06:00
fix: i18n client caching
This commit is contained in:
@@ -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"])
|
||||
}
|
||||
|
||||
# -----------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user