From eb359d694155ba22e13916167fbbcde36ad823e0 Mon Sep 17 00:00:00 2001 From: urigo Date: Wed, 21 Dec 2016 14:53:59 +0200 Subject: [PATCH] chore(circ-dep): fixed circular dependancies --- src/error/GraphQLError.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error/GraphQLError.js b/src/error/GraphQLError.js index b5f250cdff..c659f3599c 100644 --- a/src/error/GraphQLError.js +++ b/src/error/GraphQLError.js @@ -8,7 +8,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ -import { getLocation } from '../language'; +import { getLocation } from '../language/location'; import type { ASTNode } from '../language/ast'; import type { Source } from '../language/source';