Skip to content

Commit afd8c63

Browse files
committed
renamed ASTnodefunctions to ASTParser to align with class name
1 parent 859ba4d commit afd8c63

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/analysis/typeComplexityAnalysis.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { DocumentNode } from 'graphql';
22
import { TypeWeightObject, Variables } from '../@types/buildTypeWeights';
3-
import ASTParser from './ASTnodefunctions';
3+
import ASTParser from './ASTParser';
44

55
/**
66
* Calculate the complexity for the query by recursivly traversing through the query AST,

0 commit comments

Comments
 (0)