Skip to content

Commit

Permalink
GetTaggedMember[Field]Name
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Sep 2, 2020
1 parent 5bdcc30 commit 88e506a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/Section 6 -- Execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ First, the selection set is turned into a grouped field set; then, each
represented field in the grouped field set produces an entry into a
response map.

GetTaggedMemberName(objectType, objectValue):
GetTaggedMemberFieldName(objectType, objectValue):

* If {objectType} is not a Tagged type, return {null}.
* Let {fields} be the fields of {objectValue} that are member names of {objectType}.
Expand All @@ -331,7 +331,7 @@ GetTaggedMemberName(objectType, objectValue):

ExecuteSelectionSet(selectionSet, objectType, objectValue, variableValues):

* Let {taggedMemberName} be {GetTaggedMemberName}(objectType, objectValue)}.
* Let {taggedMemberName} be {GetTaggedMemberFieldName}(objectType, objectValue)}.
* Let {groupedFieldSet} be the result of
{CollectFields(objectType, selectionSet, variableValues, taggedMemberName)}.
* Initialize {resultMap} to an empty ordered map.
Expand Down

0 comments on commit 88e506a

Please sign in to comment.