Thomas Bakker
07/31/2024, 12:03 PMspring-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 🙂Shane Myrick
08/02/2024, 10:52 PMspring-graphql
seems like the best path forward to support both runtime models.
https://github.com/ExpediaGroup/graphql-kotlin/issues/1079Dariusz Kuc
08/05/2024, 10:32 PMspring-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-serverThomas Bakker
08/08/2024, 12:28 PM