mirror of https://github.com/Requarks/wiki.git
11 changed files with 123 additions and 23 deletions
Split View
Diff Options
-
44client/components/admin/admin-locale.vue
-
12client/components/admin/admin-system.vue
-
12client/graph/admin-locale-mutation-save.gql
-
4client/graph/admin-locale-query-list.gql
-
6client/graph/admin-system-query-info.gql
-
1package.json
-
8server/graph/resolvers/localization.js
-
25server/graph/resolvers/system.js
-
2server/graph/schemas/localization.graphql
-
20server/graph/schemas/system.graphql
-
12yarn.lock
@ -0,0 +1,12 @@ |
|||
mutation($locale: String!, $autoUpdate: Boolean!) { |
|||
localization { |
|||
updateLocale(locale: $locale, autoUpdate: $autoUpdate) { |
|||
responseResult { |
|||
succeeded |
|||
errorCode |
|||
slug |
|||
message |
|||
} |
|||
} |
|||
} |
|||
} |
Write
Preview
Loading…
Cancel
Save