Skip to content

Commit

Permalink
Merge pull request #301 from josh/patch-1
Browse files Browse the repository at this point in the history
Fix reference to {resultMap} in Execution section
  • Loading branch information
robzhu authored Apr 28, 2017
2 parents a05a6cf + ab9192b commit cd70dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Section 6 -- Execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ ExecuteSelectionSet(selectionSet, objectType, objectValue, variableValues):
* Set {responseValue} as the value for {responseKey} in {resultMap}.
* Return {resultMap}.

Note: {responseMap} is ordered by which fields appear first in the query. This
Note: {resultMap} is ordered by which fields appear first in the query. This
is explained in greater detail in the Field Collection section below.


Expand Down

0 comments on commit cd70dbb

Please sign in to comment.