Hi, are there plans to support Spring MVC in the f...
# graphql-kotlin
t
Hi, are there plans to support Spring MVC in the future? I found some old threads dating to 2021 saying there were plans for integrating
spring-graphql
to allow MVC support, but can’t find anything recent. We have an old project that’s based on Spring Boot 2.4 (MVC) and graphql-kotlin 2.1 that I’m trying to upgrade. Or maybe someone has experience integrating the library (or schema generator) with an MVC project 🙂
s
This older issue tracks some of the conversation. I am no longer a maintainer on the project but integrating with
spring-graphql
seems like the best path forward to support both runtime models. https://github.com/ExpediaGroup/graphql-kotlin/issues/1079
d
I no longer contribute much to the project either so unsure if there are any plans to integrate
spring-graphql
. .... but I'd imagine you could rather easily create MVC based server by extending the interfaces from https://github.com/ExpediaGroup/graphql-kotlin/tree/master/servers/graphql-kotlin-server
t
Understand, thanks for the info and tips 🙂