@@ -607,7 +607,7 @@ ExecuteField(objectType, objectValue, fieldType, fields, variableValues, subsequ
607
607
* Let {fieldName} be the field name of {field}.
608
608
* Let {argumentValues} be the result of {CoerceArgumentValues(objectType, field, variableValues)}
609
609
* If {field} provides the directive ` @stream ` , let {streamDirective} be that directive.
610
- * Let {initialCount} be the value or variable provided to {streamDirective}'s {initial_count } argument.
610
+ * Let {initialCount} be the value or variable provided to {streamDirective}'s {initialCount } argument.
611
611
* Let {resolvedValue} be {ResolvedFieldGenerator(objectType, objectValue, fieldName, argumentValues, initialCount)}.
612
612
* Let {result} be the result of calling {CompleteValue(fieldType, fields, resolvedValue, variableValues, subsequentPayloads, parentPath)}.
613
613
* Append {fieldName} to the {path} field of every {subsequentPayloads}.
@@ -721,7 +721,7 @@ to the expected return type. If the return type is another Object type, then
721
721
the field execution process continues recursively. In the case where a value
722
722
returned for a list type field is an iterator due to ` @stream ` specified on the
723
723
field, value completition iterates over the iterator until the number of items
724
- yield by the iterator satisfies ` initial_count ` specified on the ` @stream ` directive.
724
+ yield by the iterator satisfies ` initialCount ` specified on the ` @stream ` directive.
725
725
Unresolved items in the iterator will be stored in a stream record which the executor
726
726
resumes to execute after the initial execution finishes.
727
727
@@ -769,7 +769,7 @@ CompleteValue(fieldType, fields, result, variableValues, subsequentPayloads, par
769
769
* Let {field} be thte first entry in {fields}.
770
770
* Let {innerType} be the inner type of {fieldType}.
771
771
* Let {streamDirective} be the ` @stream ` directived provided on {field}.
772
- * Let {initialCount} be the value or variable provided to {streamDirective}'s {initial_count } argument.
772
+ * Let {initialCount} be the value or variable provided to {streamDirective}'s {initialCount } argument.
773
773
* Let {label} be the value or variable provided to {streamDirective}'s {label} argument.
774
774
* Let {resolvedItems} be an empty list
775
775
* For each {members} in {result}:
0 commit comments