We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27e8bee commit 4a15e4aCopy full SHA for 4a15e4a
spec/Section 2 -- Language.md
@@ -466,8 +466,9 @@ These two operations are semantically identical:
466
467
Alias : Name :
468
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.
+:: A _response key_ is the key in the response object which correlates with a
+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.
472
473
In this example, we can fetch two profile pictures of different sizes and ensure
474
the resulting response object will not have duplicate keys:
0 commit comments