Richie Cresswell
Richie Cresswell
If you change [this line](https://github.com/Netflix/dgs-examples-java/blob/5f7120a6dcdc3e9b025b8004a0e18f08763c75f7/src/test/java/com/example/demo/ShowsDatafetcherTest.java#L89) to .reviews().submittedDate() The ObjectMapper cannot deserialize the date. Error deserializing data from '{"data":{"shows":[{"title":"mock title","reviews":[{"submittedDate":"2021-04-15T11:37:22.424887-04:00","username":"DGS User","starScore":5},{"submittedDate":"2021-04-15T11:37:22.424953-04:00","username":"DGS User 2","starScore":3}]}]}}' with JsonPath 'data.shows[*]' and target class java.util.List DgsQueryExecutionDataExtractionException(ex=com.jayway.jsonpath.spi.mapper.MappingException:...