Skip to content

Support pagination return values and pagination requests in @SchemaMapping methods #620

Closed
@rstoyanchev

Description

@rstoyanchev

When a controller method returns Page we should adapt that to graphql.relay.Connection. Likewise, we should support Pageable as a controller method argument, initialized from GraphQL input arguments.

As part of that we'll need a strategy to encode and decode a cursor. This includes indicating sort order, even if the relay spec does not specify how to do that.

Metadata

Metadata

Assignees

Labels

in: dataIssues related to working with datatype: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions