Skip to content

Commit 9a636fd

Browse files
authored
Update spec/Section 6 -- Execution.md
Review feedback
1 parent 29e112c commit 9a636fd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spec/Section 6 -- Execution.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,8 +666,9 @@ ResolveFieldValue(objectType, objectValue, fieldName, argumentValues):
666666
Note: It is common for {resolver} to be asynchronous due to relying on reading
667667
an underlying database or networked service to produce a value. This
668668
necessitates the rest of a GraphQL executor to handle an asynchronous execution
669-
flow. In addition, an implementation for collections may leverage asynchronous
670-
iterators or asynchronous generators provided by many programming languages.
669+
flow. In addition, for fields that have a return type that is a List type, each
670+
value in a collection of values returned by {resolver} may be
671+
retrieved asynchronously.
671672

672673
### Value Completion
673674

0 commit comments

Comments
 (0)