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 5cf5a8a commit a08dcdfCopy full SHA for a08dcdf
.changeset/floppy-women-poke.md
@@ -26,7 +26,7 @@ const result = await normalizedExecutor({
26
});
27
28
if (result.errors) {
29
- for (error of result.errors) {
+ for (const error of result.errors) {
30
console.log(
31
'Error in resolver ',
32
getSchemaCoordinate(error), ':',
0 commit comments