

com.graphql-java-kickstart graphql-java-tools 12.0.0 com.graphql-java-kickstart graphql-spring-boot-starter 12.0.0 Īnd added the new spring boot graphql starter spring-boot-starter-graphql Īfter this, remove all the implemented Resolvers and clean the project by removing all the imports from graphql java spring.

Then I removed the previous graphql dependencies graphql-java-tools and graphql-spring-boot-starter. So I started by upgrading the spring boot version to spring-boot-starter-parent 2.7.0 Unlike before, with spring boot 2.7.0 we only need one dependency to integrate GraphQL in our project.
