feat: GraphQL base implementation

This commit is contained in:
NGPixel
2017-07-24 22:37:13 -04:00
parent d76f6182b2
commit 60750eeed8
8 changed files with 118 additions and 20 deletions

View File

@@ -64,8 +64,7 @@ module.exports = {
// Sync DB
self.onReady = self.inst.sync({
force: false,
logging: wiki.logger.verbose
force: false
})
return self