Added graph API for assets

This commit is contained in:
Wyatt Johnson
2017-08-28 18:57:32 -06:00
parent df6f6a72ef
commit 90a8a87eaf
11 changed files with 342 additions and 36 deletions
+2
View File
@@ -3,6 +3,7 @@ const debug = require('debug')('talk:graph:mutators');
const Comment = require('./comment');
const Action = require('./action');
const Asset = require('./asset');
const Tag = require('./tag');
const Token = require('./token');
const User = require('./user');
@@ -14,6 +15,7 @@ let mutators = [
// Load in the core mutators.
Comment,
Action,
Asset,
Tag,
Token,
User,