fix(error log): only import graphq printer, closes #994
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { print } from 'graphql'
|
||||
import { print } from 'graphql/language/printer'
|
||||
|
||||
export function getErrorMessages (error) {
|
||||
const messages: string[] = []
|
||||
|
||||
Reference in New Issue
Block a user