Skip to content

Commit 18d6927

Browse files
committed
Lint
1 parent c2479a2 commit 18d6927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation/rules/MaxIntrospectionDepthRule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function MaxIntrospectionDepthRule(
1717
*/
1818
function checkDepth(
1919
node: ASTNode,
20-
visitedFragments: Record<string, true>,
20+
visitedFragments: { [fragmentName: string]: true },
2121
depth: number = 0,
2222
): boolean {
2323
if (node.kind === Kind.FRAGMENT_SPREAD) {

0 commit comments

Comments
 (0)