Skip to content

Commit

Permalink
Update spec/Section 6 -- Execution.md
Browse files Browse the repository at this point in the history
Review feedback
  • Loading branch information
yaacovCR committed Sep 12, 2024
1 parent a5d7731 commit 32b7716
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spec/Section 6 -- Execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 32b7716

Please sign in to comment.