2017-09-25 03:22:33 +00:00
|
|
|
|
2018-03-05 20:49:36 +00:00
|
|
|
/* global WIKI */
|
2017-09-25 03:22:33 +00:00
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
Query: {
|
|
|
|
translations (obj, args, context, info) {
|
2018-03-05 20:49:36 +00:00
|
|
|
return WIKI.lang.getByNamespace(args.locale, args.namespace)
|
2017-09-25 03:22:33 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
Mutation: {},
|
|
|
|
Translation: {}
|
|
|
|
}
|