Skip to content

Commit 8677044

Browse files
committed
add missing return value
1 parent afacc0a commit 8677044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 6 -- Execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ CollectSubfields(objectType, fieldDetailsList, variableValues):
11511151
{responseKey}; if no such list exists, create it as an empty list.
11521152
- Append all fields in {subfields} to {groupForResponseKey}.
11531153
- Append all defer usages in {subNewDeferUsages} to {newDeferUsages}.
1154-
- Return {groupedFieldSet}.
1154+
- Return {groupedFieldSet} and {newDeferUsages}.
11551155

11561156
### Handling Field Errors
11571157

0 commit comments

Comments
 (0)