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

Convert graphql-java validation errors to TypedGraphQL error #1905

Closed srinivasankavitha closed 1 month ago

srinivasankavitha commented 1 month ago

Pull Request type

Changes in this PR

This makes the error consistent with our other error handling in the DGS framework where we emit TypedGraphQlErrors. Previously, we were emitting the validation error from graphql-java directly.