Closed
Description
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
andQueryByExampleDataFetcher
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. - Update auto-registration.