Skip to content

Commit

Permalink
docs(changeset): The Grafast step class 'execute' and 'stream' method…
Browse files Browse the repository at this point in the history
…s now have a new additional first argument `count` which indicates how many results they must return. This means we don't need to rely on the `values[0].length` trick to determine how many results to return, and thus we can pass through an empty tuple to steps that have no dependencies.
  • Loading branch information
benjie committed Apr 4, 2023
1 parent c342318 commit 395b4a2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .changeset/sweet-jeans-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"postgraphile": patch
"@dataplan/json": patch
"@dataplan/pg": patch
"grafast": patch
---

The Grafast step class 'execute' and 'stream' methods now have a new additional
first argument `count` which indicates how many results they must return. This
means we don't need to rely on the `values[0].length` trick to determine how
many results to return, and thus we can pass through an empty tuple to steps
that have no dependencies.

0 comments on commit 395b4a2

Please sign in to comment.