Shane Myrick
04/14/2020, 4:33 PMCarlosb007
04/14/2020, 4:49 PMShane Myrick
04/14/2020, 4:51 PMsdeleuze
04/15/2020, 9:57 AMCarlosb007
04/15/2020, 10:32 AMsdeleuze
04/15/2020, 12:52 PMCarlosb007
04/15/2020, 1:00 PMShane Myrick
04/15/2020, 5:32 PMgraphql-java
), but we just didn’t take the time to build the extra coded need to run both a spring mvc and a spring webflux endpoint.
You can look at our implementation in graphql-kotlin-spring-server
and if there is some code that we could split up into a more general server library we would be happy to do that.Dariusz Kuc
04/15/2020, 6:02 PMgraphq-java-servlet
but since most of our use case resolved around blocking IO calls Webflux fit our needs betterCarlosb007
04/16/2020, 7:19 AMDariusz Kuc
04/16/2020, 11:42 AMCarlosb007
04/16/2020, 11:45 AMJoe
04/17/2020, 3:27 PMgraphql-kotlin
in a dropwizard context with great results. Could do similar integration for spring MVC pretty easily I'd imagine. https://github.com/trib3/leakycauldron/tree/master/graphql/ is our code -- a minimal spring MVC integration could probably just replicate the @POST
endpoint of GraphQLResource
(ignoring the cookie and auth stuff), and get something working pretty quickly.Carlosb007
04/17/2020, 3:52 PMNikky
04/20/2020, 7:35 PMDariusz Kuc
04/20/2020, 7:52 PMschema-generator
can be used with any server