You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thelimit
andscroll
methods raiseUnsupportedOperationException
.The text was updated successfully, but these errors were encountered: