| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Thanks for this
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks
Sorry, something went wrong.
Hi bbakerman, can we please include this v26 beta? Let me know if you need a hand. Thanks |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Problem
ExecutableNormalizedField.forEachFieldDefinition() and getOneFieldDefinition() call type.getField(fieldName) directly, bypassing the schema's configured GraphqlFieldVisibility.
This is inconsistent with other parts of graphql-java (validation, execution) that respect field visibility, and causes issues when:
Reproduction
Solution
Change the field lookup to use the schema's field visibility: