feat: new nav UI (wip)

This commit is contained in:
NGPixel
2020-02-02 16:26:44 -05:00
committed by Nicolas Giard
parent 53ceea74f1
commit 3ca72ccc1e
8 changed files with 404 additions and 180 deletions

View File

@@ -11,7 +11,7 @@ module.exports = {
},
NavigationQuery: {
async tree(obj, args, context, info) {
return WIKI.models.navigation.getTree()
return WIKI.models.navigation.getTree({ cache: false, locale: 'all' })
}
},
NavigationMutation: {