Skip to content

Commit 9ad6065

Browse files
committed
add missing arguments
1 parent 375804c commit 9ad6065

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
@@ -586,7 +586,7 @@ path, deferUsageSet, deferMap):
586586
- If {fieldType} is defined:
587587
- Let {responseValue} and {fieldIncrementalDataRecords} be the result of
588588
{ExecuteField(objectType, objectValue, fieldType, fields, variableValues,
589-
path)}.
589+
path, deferUsageSet, deferMap)}.
590590
- Set {responseValue} as the value for {responseKey} in {resultMap}.
591591
- Append all items in {fieldIncrementalDataRecords} to
592592
{incrementalDataRecords}.

0 commit comments

Comments
 (0)