forked from nestjs/graphql
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(graphql): fix directives on arguments
There has been a lot of issues with directives not being applied and registered. Most of those cases have been fixed by simply forcing the IDL (like explained here graphql/graphql-js#1343). Unfortunately, arguments have been forgotten, meaning that no directive applied on arguments were actually run or even detected. This PR stands to correct that and properly add directive to needed fields.
- Loading branch information
Showing
2 changed files
with
46 additions
and
6 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
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