spring-data-keyvalue
spring-data-keyvalue copied to clipboard
Support pagination
We have a Querydsl integration in Spring for GraphQL that is in the process of being upgraded to support pagination, see https://github.com/spring-projects/spring-graphql/issues/597. In tests we use KeyValueRepositoryFactory
, but the limit
and scroll
methods raise UnsupportedOperationException
.