Skip to content

Commit afacc0a

Browse files
committed
add missing arguments
1 parent a950a96 commit afacc0a

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

0 commit comments

Comments
 (0)