We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3340bf4 commit 56d2ba0Copy full SHA for 56d2ba0
src/execution/execute.js
@@ -930,7 +930,7 @@ function completeAsyncIteratorValue(
930
completedResults: Array<mixed>,
931
iterator: AsyncIterator<mixed>,
932
): Promise<$ReadOnlyArray<mixed>> {
933
- const fieldPath = addPath(path, index);
+ const fieldPath = addPath(path, index, undefined);
934
return iterator.next().then(
935
({ value, done }) => {
936
if (done) {
0 commit comments