Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion spec/Section 6 -- Execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,9 @@ an underlying database or networked service to produce a value. This
necessitates the rest of a GraphQL executor to handle an asynchronous execution
flow. In addition, a common implementation of {generator} is to leverage
asynchronous iterators or asynchronous generators provided by many programming
languages.
languages. As an optimization, these asynchronous iterators or generators may
yield payloads each containing a list of values, rather than a separate payload
for each value.

### Value Completion

Expand Down