Skip to content

Commit 7073e3a

Browse files
authored
enhance(ResolveFieldValue): note that list items may be async (#1066)
1 parent e546aac commit 7073e3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/Section 6 -- Execution.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,8 @@ 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.
669+
flow. If the field is of a list type, each value in the collection of values
670+
returned by {resolver} may itself be retrieved asynchronously.
670671

671672
### Value Completion
672673

0 commit comments

Comments
 (0)