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 09caa9a commit 1ff8a36Copy full SHA for 1ff8a36
src/execution/execute.js
@@ -866,7 +866,7 @@ function completeAsyncIteratorValue(
866
completedResults: Array<mixed>,
867
iterator: AsyncIterator<mixed>,
868
): Promise<$ReadOnlyArray<mixed>> {
869
- const fieldPath = addPath(path, index);
+ const fieldPath = addPath(path, index, undefined);
870
return iterator.next().then(
871
({ value, done }) => {
872
if (done) {
0 commit comments