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

@@ -1,6 +1,6 @@
mutation {
mutation($sourceLocale: String!, $targetLocale: String!) {
pages {
migrateToLocale {
migrateToLocale(sourceLocale: $sourceLocale, targetLocale: $targetLocale) {
responseResult {
succeeded
errorCode