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
A specific task under Pagination and Sorting #103 is to enable such support for the Querydsl and Query By Example data integrations. This involves the following tasks:
Update QuerydslDataFetcher and QueryByExampleDataFetcher to support pagination.
Facilitate adapting Spring Data types to GraphQL schema types for pagination (e.g. relay spec). We need the same for @SchemaMapping methods too, so this could be some shared.