Skip to content

Fix querying only `totalCount` on a function connection

Compare
Choose a tag to compare
@benjie benjie released this 15 May 08:22
· 10992 commits to main since this release

Queries that only request totalCount (and not nodes / edges) on function (not table) connections in beta 8 were broken. We now have tests for this so it cannot recur. Thanks to @enisdenjo for reporting.