mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
13 lines
No EOL
781 B
Diff
13 lines
No EOL
781 B
Diff
diff --git a/index.mjs b/index.mjs
|
|
index d15799497a18926e18105636032ce65ae4a80e0e..997488a1abe945cacb253d1e387f4334eeeebf2b 100644
|
|
--- a/index.mjs
|
|
+++ b/index.mjs
|
|
@@ -2,7 +2,7 @@ import { __awaiter } from 'tslib';
|
|
import { Kind, TypeInfo, visit, visitWithTypeInfo, GraphQLError, getNamedType, isScalarType, isInterfaceType, isObjectType, isUnionType, isInputObjectType, isListType, isNonNullType, isWrappingType, isEnumType, parse, extendSchema, TokenKind, print, validate as validate$1, printType } from 'graphql';
|
|
import inspect from 'object-inspect';
|
|
import { DepGraph } from 'dependency-graph';
|
|
-import { Parser } from 'graphql/language/parser';
|
|
+import { Parser } from 'graphql/language/parser.js';
|
|
|
|
function keyMap(list, keyFn) {
|
|
return list.reduce((map, item) => {
|