Skip to content

Commit

Permalink
enhance(ResolveFieldValue): note that list items may be async (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR authored Oct 17, 2024
1 parent e546aac commit 7073e3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/Section 6 -- Execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,8 @@ 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.
flow. If the field is of a list type, each value in the collection of values
returned by {resolver} may itself be retrieved asynchronously.

### Value Completion

Expand Down

0 comments on commit 7073e3a

Please sign in to comment.