github-actions
released this
10 Dec 13:10
·
2 commits
to master
since this release
Minor Changes
-
0ca55fb: Refactor cursor pagination:
- Expect explicit list of fields to sort on.
- If not provided, take the list of sort fields from the query itself.
- Fix crash on naming clash when e.g. paginating over
id
with subquery also havingid
.
Patch Changes
- 8d7c54c: Run subquery modify prior to applying pagination.