You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
210 B

  1. /* global wiki */
  2. module.exports = {
  3. Query: {
  4. translations (obj, args, context, info) {
  5. return wiki.lang.getByNamespace(args.locale, args.namespace)
  6. }
  7. },
  8. Mutation: {},
  9. Translation: {}
  10. }