-
### Product
Hot Chocolate
### Version
13.8.1
### Link to minimal reproduction
See zip below
### Steps to reproduce
Minimal repro: [HotChocolateBugRepro.zip](https://github.com/Chi…
-
**Version**
v1, v2
**Describe the problem you would like to solve**
The current offset-based pagination limits data retrieval to the Elasticsearch limit of 10k records, with 20 results per page.
…
-
We want to support cursor based pagination for Lessons. We already receive the parameters and pass them through all the way to the repository.
-
Are you going to implement `limit` and `offset` or `cursor` pagination?
Your resolver declares them here: https://github.com/oshalygin/gqlgen-pg-todo-example/blob/master/resolvers/todo.go#L28
-
I noticed we have `hasPreviousPage` and `startCursor` in `PageInfo`, but in `CursorInput`, we only have `limit`.
In the implementation, we only call `first()` on SeaORM's cursor.
I was thinking, may…
-
The behavior characteristics and performance of iterating the cursor through conversations.list is truly awful when it is being used to resolve a channel name to a channel id.
For example, if I cre…
-
## Proposal
Provide `$top` as a synonym for `$first` in REST with **no other** behavioral change.
### Reasons for this minor change:
Alignment with data source syntax is only a coincidence. Intuiti…
-
hello,
thank you for this awesome package!
found an issue related to user media (with login). i use the code for getting user media with pagination:
```python
import json
import time, random
…
pj-99 updated
4 months ago
-
### New Feature / Enhancement Checklist
- [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md).
- [x] I am not just asking a [questi…
-
While working on Stripe API a lot, they have implemented a type of pagination I was unaware of: cursor based pagination. The idea is that normal pagination (using limit, offset...) is unreliable becau…