···11import { getLocation } from 'graphql/language/location';
22-import {
33- printLocation,
44- printSourceLocation,
55-} from 'graphql/language/printLocation';
22+33+import { printLocation, printSourceLocation } from '../language/printLocation';
6475export class GraphQLError extends Error {
86 constructor(
+2-1
alias/language/parser.mjs
···44 * in graphql.js it will only parse the query language, but not the schema
55 * language.
66 */
77-import { Kind, GraphQLError } from 'graphql';
77+import { Kind } from 'graphql';
88+import { GraphQLError } from '../error/GraphQLError';
89import { match, parse as makeParser } from 'reghex';
9101011// 2.1.7: Includes commas, and line comments