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
Hello 👋 ,
It seems that the RPC API exposes cursors for both EntityResult and QueryResultBatch but we seem to be discarding them here.
EntityResult
QueryResultBatch
Ofc, that alone wouldn't be enough to add pagination support. Diplomat.Query would also need to support that functionality.
Diplomat.Query
Are there any plans to support pagination when fetching a batch of Entities?
Thank you!
The text was updated successfully, but these errors were encountered:
Started working on adding pagination support on #50 😊 A review would be much appreciated!
Sorry, something went wrong.
No branches or pull requests
Hello 👋 ,
It seems that the RPC API exposes cursors for both
EntityResult
andQueryResultBatch
but we seem to be discarding them here.Ofc, that alone wouldn't be enough to add pagination support.
Diplomat.Query
would also need to support that functionality.Are there any plans to support pagination when fetching a batch of Entities?
Thank you!
The text was updated successfully, but these errors were encountered: