Spring for GraphQL 1.2.0-M1 released
I am pleased to announce the first milestone release of Spring for GraphQL 1.2.0 is now available from our Milestone repository. This version will be shipped with Spring Boot 3.1.0-M2 due for release this Thursday.
This first milestone raises the baseline to GraphQL Java 20.0 and we will align with the new GraphQL Java release policy in the future. We are also upgrading to the next generations of Spring Framework, Spring Data and Spring Security.
Pagination Support
When it comes to navigating large result sets with GraphQL, the Cursor Connection Specification is very popular. With the features…