cleanup to mutators

This commit is contained in:
Wyatt Johnson
2017-05-11 17:31:22 -06:00
parent d497ad3369
commit 547ba126be
3 changed files with 11 additions and 10 deletions
+2 -1
View File
@@ -199,7 +199,8 @@ const USER_GRAPH_OPERATIONS = [
'mutation:suspendUser',
'mutation:setCommentStatus',
'mutation:addCommentTag',
'mutation:removeCommentTag'
'mutation:removeCommentTag',
'mutation:editComment'
];
/**