added akismet support

This commit is contained in:
Wyatt Johnson
2018-02-02 15:00:47 -07:00
parent 9b7f1dc43e
commit 484ae2539b
21 changed files with 527 additions and 23 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ module.exports = {
// Schema is created already, so just include it.
schema,
// Load in the new context here, this'll create the loaders + mutators for
// Load in the new context here, this will create the loaders + mutators for
// the lifespan of this request.
context: new Context(req),