Skip to content

Commit 2744f58

Browse files
benjieenisdenjo
andauthored
Introduce "recommended" validation rules (#4118)
Co-authored-by: enisdenjo <[email protected]> Co-authored-by: enisdenjo <[email protected]>
1 parent e160b6f commit 2744f58

File tree

5 files changed

+660
-1
lines changed

5 files changed

+660
-1
lines changed

src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ export {
355355
ValidationContext,
356356
// All validation rules in the GraphQL Specification.
357357
specifiedRules,
358+
recommendedRules,
358359
// Individual validation rules.
359360
ExecutableDefinitionsRule,
360361
FieldsOnCorrectTypeRule,
@@ -382,6 +383,7 @@ export {
382383
ValuesOfCorrectTypeRule,
383384
VariablesAreInputTypesRule,
384385
VariablesInAllowedPositionRule,
386+
MaxIntrospectionDepthRule,
385387
// SDL-specific validation rules
386388
LoneSchemaDefinitionRule,
387389
UniqueOperationTypesRule,

0 commit comments

Comments
 (0)