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';