Skip to content

Commit

Permalink
fix(error log): only import graphq printer, closes #994
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Oct 15, 2020
1 parent 65d1984 commit 5eb9506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-apollo-util/src/errorLog.ts
@@ -1,4 +1,4 @@
import { print } from 'graphql'
import { print } from 'graphql/language/printer'

export function getErrorMessages (error) {
const messages: string[] = []
Expand Down

0 comments on commit 5eb9506

Please sign in to comment.