We have a Querydsl integration in Spring for GraphQL that is in the process of being upgraded to support pagination, see spring-projects/spring-graphql#597. In tests we use KeyValueRepositoryFactory, but the limit and scroll methods raise UnsupportedOperationException.
We have a Querydsl integration in Spring for GraphQL that is in the process of being upgraded to support pagination, see spring-projects/spring-graphql#597. In tests we use
KeyValueRepositoryFactory, but thelimitandscrollmethods raiseUnsupportedOperationException.