fix: graphql error notifications

This commit is contained in:
Nicolas Giard
2019-01-12 22:33:30 -05:00
parent 7e62c01ed1
commit 959f2ebde1
9 changed files with 42 additions and 58 deletions

View File

@@ -1,5 +1,6 @@
const graphHelper = require('../../helpers/graph')
const safeRegex = require('safe-regex')
const _ = require('lodash')
/* global WIKI */