Skip to content

Commit 32b7716

Browse files
committed
Update spec/Section 6 -- Execution.md
Review feedback
1 parent a5d7731 commit 32b7716

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spec/Section 6 -- Execution.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -672,8 +672,9 @@ ResolveFieldValue(objectType, objectValue, fieldName, argumentValues):
672672
Note: It is common for {resolver} to be asynchronous due to relying on reading
673673
an underlying database or networked service to produce a value. This
674674
necessitates the rest of a GraphQL executor to handle an asynchronous execution
675-
flow. In addition, an implementation for collections may leverage asynchronous
676-
iterators or asynchronous generators provided by many programming languages.
675+
flow. In addition, for fields that have a return type that is a List type, each
676+
value in a collection of values returned by {resolver} may be retrieved
677+
asynchronously.
677678

678679
### Value Completion
679680

0 commit comments

Comments
 (0)