We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cadc5a commit 439a3a9Copy full SHA for 439a3a9
.mocharc.json
@@ -0,0 +1,3 @@
1
+{
2
+ "node-option": ["experimental-specifier-resolution=node"]
3
+}
src/QueryComplexity.ts
@@ -8,7 +8,7 @@ import {
8
getArgumentValues,
9
getDirectiveValues,
10
getVariableValues,
11
-} from 'graphql/execution/values.js';
+} from 'graphql/execution/values';
12
13
import {
14
ValidationContext,
0 commit comments