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