diff --git a/spec/Section 6 -- Execution.md b/spec/Section 6 -- Execution.md index 7e6b16a9b..314236aad 100644 --- a/spec/Section 6 -- Execution.md +++ b/spec/Section 6 -- Execution.md @@ -672,8 +672,9 @@ ResolveFieldValue(objectType, objectValue, fieldName, argumentValues): Note: It is common for {resolver} to be asynchronous due to relying on reading 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, an implementation for collections may leverage asynchronous -iterators or asynchronous generators provided by many programming languages. +flow. In addition, for fields that have a return type that is a List type, each +value in a collection of values returned by {resolver} may be retrieved +asynchronously. ### Value Completion