Spring for GraphQL 1.2.0-RC1 released
I'm happy to announce that a Spring for GraphQL 1.2 release candidate is now available via https://repo.spring.io/milestone.
Pagination for Querydsl and Query By Example
The M1 release provided abstractions and infrastructure for pagination and sorting, including support for input and output types on annotated controller methods that minimize what applications need to do to support paginated queries.
The current release candidate completes this by extending pagination support to our Querydsl and Query By Example DataFetcher
implementations, both of which now expose a scrollable
factory method.