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 859ba4d commit afd8c63Copy full SHA for afd8c63
src/analysis/ASTnodefunctions.ts renamed to src/analysis/ASTParser.ts
src/analysis/typeComplexityAnalysis.ts
@@ -1,6 +1,6 @@
1
import { DocumentNode } from 'graphql';
2
import { TypeWeightObject, Variables } from '../@types/buildTypeWeights';
3
-import ASTParser from './ASTnodefunctions';
+import ASTParser from './ASTParser';
4
5
/**
6
* Calculate the complexity for the query by recursivly traversing through the query AST,
0 commit comments