Closed
Description
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.