Skip to content

0.8.3

Compare
Choose a tag to compare
@woylie woylie released this 14 Oct 11:08
· 1013 commits to main since this release
1c7272d

Fixed

  • Cursor-based pagination: has_next_page? was set when querying with last
    based on before being set. Likewise, has_previous_page? was set when
    querying with first based on after being set. Both assumptions are wrong.
    In both cases, the values are always set to false now.