-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: switch to importing validation rules from graphql's public API
I'm looking into cleaning up how validation rules are exported in `15.0.0`. So I decided to refactor this code and switch rules imports to use `*Rule` that is public API instead of importing internal files directly. Sadly we forget to expose `ExecutableDefinitions` rule in public API but I will fix it in `15.0.0` and backport into `14.x.x`
- Loading branch information
1 parent
bcb2753
commit 599610a
Showing
1 changed file
with
35 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
599610a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thnx
599610a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.