Skip to content

Commit 6a4d7c6

Browse files
committed
PR feedback
1 parent 32b7716 commit 6a4d7c6

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

spec/Section 6 -- Execution.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -656,12 +656,6 @@ As an example, this might accept the {objectType} `Person`, the {field}
656656
{"soulMate"}, and the {objectValue} representing John Lennon. It would be
657657
expected to yield the value representing Yoko Ono.
658658

659-
List values are resolved similarly. For example, {ResolveFieldValue} might also
660-
accept the {objectType} `MusicBand`, the {field} {"members"}, and the
661-
{objectValue} representing the Beatles. It would be expected to yield a
662-
collection of values representing John Lennon, Paul McCartney, Ringo Starr and
663-
George Harrison.
664-
665659
ResolveFieldValue(objectType, objectValue, fieldName, argumentValues):
666660

667661
- Let {resolver} be the internal function provided by {objectType} for
@@ -673,8 +667,7 @@ Note: It is common for {resolver} to be asynchronous due to relying on reading
673667
an underlying database or networked service to produce a value. This
674668
necessitates the rest of a GraphQL executor to handle an asynchronous execution
675669
flow. In addition, for fields that have a return type that is a List type, each
676-
value in a collection of values returned by {resolver} may be retrieved
677-
asynchronously.
670+
value in the collection returned by {resolver} may be retrieved asynchronously.
678671

679672
### Value Completion
680673

0 commit comments

Comments
 (0)