Skip to content

Commit 934b19f

Browse files
Grammar: value, this (graphql#662)
value. This (run-on sentence)
1 parent 2ec4e25 commit 934b19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/learn/Learn-Execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ GraphQL will wait for all of these Promises concurrently before continuing, and
151151

152152
## Producing the result
153153

154-
As each field is resolved, the resulting value is placed into a key-value map with the field name (or alias) as the key and the resolved value as the value, this continues from the bottom leaf fields of the query all the way back up to the original field on the root Query type. Collectively these produce a structure that mirrors the original query which can then be sent (typically as JSON) to the client which requested it.
154+
As each field is resolved, the resulting value is placed into a key-value map with the field name (or alias) as the key and the resolved value as the value. This continues from the bottom leaf fields of the query all the way back up to the original field on the root Query type. Collectively these produce a structure that mirrors the original query which can then be sent (typically as JSON) to the client which requested it.
155155

156156
Let's take one last look at the original query to see how all these resolving functions produce a result:
157157

0 commit comments

Comments
 (0)