Netflix / dgs-framework

GraphQL for Java with Spring Boot made easy.
https://netflix.github.io/dgs
Apache License 2.0
3.03k stars 286 forks source link

Fix bug in Spring query executors #1864

Closed kilink closed 3 months ago

kilink commented 3 months ago

The Spring query executors would transform the ExecutionResult, but in the process would lose extensions of any GraphQLErrors returned.