Hi everyone, has anyone encounter an issue with `s...
# spring
a
Hi everyone, has anyone encounter an issue with
spring-devtool
and
graphql-kotlin-spring-server
when hot-swapping code? The full detail is here https://github.com/ExpediaGroup/graphql-kotlin/issues/730. Essentially it would work fine the first time around, but after you make some changes or just add a simple
println
I get this error
DataFetchingException: Object is not an instance of declaring class
. Would love to know if anyone encounter this and know how to fix this 🙂