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

Improved pagination support #3807

Closed
4 tasks done
Tracked by #2331
hwillson opened this issue Jan 21, 2022 · 2 comments
Closed
4 tasks done
Tracked by #2331

Improved pagination support #3807

hwillson opened this issue Jan 21, 2022 · 2 comments

Comments

@hwillson
Copy link
Member

hwillson commented Jan 21, 2022

Broken out from #2331. We'll use this issue to track feature work for improving pagination support (which will cover API changes and new helpers).

The goals are to:

  • Provide a way to ignore pagination arguments in the cache key
  • Provide a way to make bigger records that can link a paginated field to the underlying list
  • Provide a way to merge the lists in Records as they come in, making sure the list stays continuous
  • Provide a higher level API for relay connection that does all of the above with minimal user effort
@jpvajda
Copy link
Contributor

jpvajda commented Jun 28, 2022

We'll want to break down this ticket a bit and provide some details before we start working on it.

@BoD
Copy link
Contributor

BoD commented Jul 18, 2022

Marking as resolved for now, as we're now entering a phase of collecting feedback from the community, and so adjustments and more work on this topic is probably upcoming! Will track in new specific tickets.

@BoD BoD closed this as completed Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants