borinquenkid opened a new pull request, #16207: URL: https://github.com/apache/grails-core/pull/16207
## Summary Stacked on #16201. Three small root-package fixes: - `GraphQLEntityHelper#getMapping`: consolidated a four-branch reassignment of `mapping` into single-return helper methods (`findGraphqlProperty`, `toGraphQLMapping`, `buildMapping`), fixing a false "assignment is not used" flag. Added direct unit coverage (previously only exercised indirectly via `getDescription`). - `GraphQLServiceManager#getService`: removed a redundant `public` modifier (Groovy methods are public by default). - `Schema#generate()`: made the implicit `null` return explicit when no entity contributes any query fields, satisfying "not all execution paths return a value" with no behavior change (already covered by `DisableAllOpSpec`). ## Test plan - [x] `./gradlew :grails-data-graphql-core:test :grails-data-graphql:test :grails-data-graphql-core:codeStyle :grails-data-graphql:codeStyle` passes 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
