From 6f1ad74b13ef821fbb610aef3957595138adfbb2 Mon Sep 17 00:00:00 2001 From: Yaacov Rydzinski Date: Thu, 27 Apr 2023 19:56:00 +0300 Subject: [PATCH] Update spec/Section 6 -- Execution.md Remove unnecessary return value change Co-authored-by: Benjie --- spec/Section 6 -- Execution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/Section 6 -- Execution.md b/spec/Section 6 -- Execution.md index 3112cc1d5..fee44681e 100644 --- a/spec/Section 6 -- Execution.md +++ b/spec/Section 6 -- Execution.md @@ -551,7 +551,7 @@ CollectFields(objectType, selectionSet, variableValues, visitedFragments): - Let {groupForResponseKey} be the list in {groupedFieldSet} for {responseKey}; if no such list exists, create it as an empty list. - Append all items in {fragmentGroup} to {groupForResponseKey}. -- Return {groupedFields} and {visitedFragments}. +- Return {groupedFields}. DoesFragmentTypeApply(objectType, fragmentType):