-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Authorization checks not applied correctly for unions and interf…
…aces (#126) * test: reproduce issue in examples playground * test: add failing unit tests to reproduce issue * fix: implement solution for pre-exec rules * fix: draft solution for post-exec rules * revert: remove example, post-exec draft fix and post-exec tests changes * style: apply standardized formatting * docs: Add changesets
- Loading branch information
1 parent
6be6e7d
commit adf7272
Showing
5 changed files
with
328 additions
and
95 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@graphql-authz/core': patch | ||
--- | ||
|
||
Fix not applied type-specific pre-exec rules when union or interface is used. |
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
Oops, something went wrong.