We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94bc1f6 commit bd13ee7Copy full SHA for bd13ee7
spec/Section 6 -- Execution.md
@@ -834,7 +834,9 @@ an underlying database or networked service to produce a value. This
834
necessitates the rest of a GraphQL executor to handle an asynchronous execution
835
flow. In addition, a common implementation of {generator} is to leverage
836
asynchronous iterators or asynchronous generators provided by many programming
837
-languages.
+languages. As an optimization, these asynchronous iterators or generators may
838
+yield payloads that each contain a list of values, rather than a separate
839
+payload for each value.
840
841
### Value Completion
842
0 commit comments