Netflix / dgs-framework

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

Fix conversion of input objects with Optional fields #1951

Closed kilink closed 3 months ago

kilink commented 3 months ago

Update our converter to delegate to Spring's ObjectToOptionalConverter to support conversion to target types with Optional fields / properties.