adds a note about using aggregate with pagination#290
Conversation
rsill-neo4j
left a comment
There was a problem hiding this comment.
The example doesn't show the optional arguments
do i understand correctly that you can add first and after but then the cursor does nothing? could we show that?
Co-authored-by: Richard Sill <156673635+rsill-neo4j@users.noreply.github.com>
|
Indeed, the cursor won't act on aggregates either, would you mean adding another example or changing what we have? I'm worried that adding the cursor may make the behaviour harder to understand |
maybe another query at the bottom, saying "even if the query has a cursor, the result would still be the same. ? |
|
I've added a brief note, another example feels a bit much just to mention that |
Adds a note about the behaviour of
aggregatewhen usingfirstandafterpagination.This PR also fixes two incorrect examples of aggregate
This is a draft PR until we confirm this is the desired behaviour