snowdrop / team

Repository hosting daily tasks, general information, wiki, tricks, ...
3 stars 0 forks source link

Spring on Quarkus / DevExp / Research GraphQL in Spring world #170

Closed geoand closed 4 years ago

geoand commented 4 years ago

Quarkus team wants to know what the state of GraphQL is in the Spring world.

geoand commented 4 years ago

As I thought, Pivotal does not provide any GraphQL support for Spring Boot OOTB.

All tutorials I saw mention a third party implementation: https://github.com/graphql-java/graphql-spring-boot. It seems to have more boilerplate than what we have in Quarkus and also be based on Servlet.