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