Skip to content

Commit

Permalink
Add missing export for 'ExecutableDefinitionsRule' (#2401)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov authored Jan 27, 2020
1 parent 9ad68e9 commit 56daa9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ export {
// All validation rules in the GraphQL Specification.
specifiedRules,
// Individual validation rules.
ExecutableDefinitionsRule,
FieldsOnCorrectTypeRule,
FragmentsOnCompositeTypesRule,
KnownArgumentNamesRule,
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ export {
// All validation rules in the GraphQL Specification.
specifiedRules,
// Individual validation rules.
ExecutableDefinitionsRule,
FieldsOnCorrectTypeRule,
FragmentsOnCompositeTypesRule,
KnownArgumentNamesRule,
Expand Down

0 comments on commit 56daa9c

Please sign in to comment.