Skip to content

Commit 7f16076

Browse files
committed
reorder
1 parent 77767b8 commit 7f16076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation/specifiedRules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ import { KnownFragmentNamesRule } from './rules/KnownFragmentNamesRule.js';
2323
import { KnownTypeNamesRule } from './rules/KnownTypeNamesRule.js';
2424
// Spec Section: "Lone Anonymous Operation"
2525
import { LoneAnonymousOperationRule } from './rules/LoneAnonymousOperationRule.js';
26+
import { MaxIntrospectionDepthRule } from './rules/MaxIntrospectionDepthRule.js';
2627
// SDL-specific validation rules
2728
import { LoneSchemaDefinitionRule } from './rules/LoneSchemaDefinitionRule.js';
28-
import { MaxIntrospectionDepthRule } from './rules/MaxIntrospectionDepthRule.js';
2929
// Spec Section: "Fragments must not form cycles"
3030
import { NoFragmentCyclesRule } from './rules/NoFragmentCyclesRule.js';
3131
// Spec Section: "All Variable Used Defined"

0 commit comments

Comments
 (0)