Skip to content

Commit 4a15e4a

Browse files
committed
Extract definition of response key from #1039
1 parent 27e8bee commit 4a15e4a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: spec/Section 2 -- Language.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -466,8 +466,9 @@ These two operations are semantically identical:
466466

467467
Alias : Name :
468468

469-
By default a field's response key in the response object will use that field's
470-
name. However, you can define a different response key by specifying an alias.
469+
:: A _response key_ is the key in the response object which correlates with a
470+
field's result. By default the response key will use the field's name; however,
471+
you can define a different response key by specifying an alias.
471472

472473
In this example, we can fetch two profile pictures of different sizes and ensure
473474
the resulting response object will not have duplicate keys:

0 commit comments

Comments
 (0)