Skip to main content

First release of GraphQL Java Spring

· One min read
Andreas Marek
caution

Spring for GraphQL is the official and current Spring integration. The integration is a collaboration between the Spring and GraphQL Java teams, and is maintained by the Spring team.

We recommend using Spring for GraphQL, rather than the older Spring project mentioned in this blog post.

See our Spring for GraphQL tutorial for how to get started.

We are happy to release the first version of the GraphQL Java Spring (Boot) project.

As described before this project complements the GraphQL Java core project if you build a fully operational GraphQL server with Spring.

Currently it supports GET and POST requests and allows for some basic customization.

In future we are looking into supporting more advanced features like file upload or subscriptions.

As always contributions are more than welcome and we are hoping to grow this project together with the community: please open a new issue or leave a comment on spectrum chat about your wishes.

More details on how to use it can be found on the github page: https://github.com/graphql-java/graphql-java-spring