-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly include subtypes of union in filtered schema.
When filtering down a schema union sub types could get incorrectly excluded from the final schema. This occurs when the permissions do not specify AllowAll on the union type but rather use field level permissions.
- Loading branch information
Lucian Jones
committed
Apr 13, 2022
1 parent
03264a7
commit 7836775
Showing
2 changed files
with
33 additions
and
10 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