Skip to content
Compare
Choose a tag to compare
@github-actions 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 having id.

Patch Changes

  • 8d7c54c: Run subquery modify prior to applying pagination.