File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ import { KnownFragmentNamesRule } from './rules/KnownFragmentNamesRule.js';
23
23
import { KnownTypeNamesRule } from './rules/KnownTypeNamesRule.js' ;
24
24
// Spec Section: "Lone Anonymous Operation"
25
25
import { LoneAnonymousOperationRule } from './rules/LoneAnonymousOperationRule.js' ;
26
+ import { MaxIntrospectionDepthRule } from './rules/MaxIntrospectionDepthRule.js' ;
26
27
// SDL-specific validation rules
27
28
import { LoneSchemaDefinitionRule } from './rules/LoneSchemaDefinitionRule.js' ;
28
- import { MaxIntrospectionDepthRule } from './rules/MaxIntrospectionDepthRule.js' ;
29
29
// Spec Section: "Fragments must not form cycles"
30
30
import { NoFragmentCyclesRule } from './rules/NoFragmentCyclesRule.js' ;
31
31
// Spec Section: "All Variable Used Defined"
You can’t perform that action at this time.
0 commit comments