Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pagination should conform to Relay Specifications (Connection) #1

Open
jcrygier opened this issue Jan 15, 2016 · 0 comments
Open

Pagination should conform to Relay Specifications (Connection) #1

jcrygier opened this issue Jan 15, 2016 · 0 comments

Comments

@jcrygier
Copy link
Owner

Currently, Pagination follows the Spring methodology for passing variables around. However, Facebook's Relay project (https://facebook.github.io/relay/) takes a slightly different approach.

This approach is detailed in: https://facebook.github.io/relay/graphql/connections.htm. This uses a 'limit' parameter (similar to size) and a 'cursor' parameter, where we can jam in the ID or 'page' parameter.

jcrygier pushed a commit that referenced this issue Oct 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant