We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PaginatedQueryCubit
Lately we've discussed this offline with @Saancreed. It needs to be specified / implemented on both backend and frontend.
@Saancreed Do we have anything related to this on the backend side? Some docs / JIRA tickets?
Also, I think we can just add it as another implementation instead of replacing the current one.
The text was updated successfully, but these errors were encountered:
https://learn.microsoft.com/en-us/ef/core/querying/pagination#keyset-pagination
https://www.npgsql.org/efcore/mapping/translations.html#row-value-comparisons
Not much else other than docs above that describe the technique and APIs we'd have to use on the backend to implement this.
Sorry, something went wrong.
No branches or pull requests
Lately we've discussed this offline with @Saancreed. It needs to be specified / implemented on both backend and frontend.
@Saancreed Do we have anything related to this on the backend side? Some docs / JIRA tickets?
Also, I think we can just add it as another implementation instead of replacing the current one.
The text was updated successfully, but these errors were encountered: