Issue workflow progress
Progress of the issue based on the
Contributor Workflow
Describe the bug
Since updating from graphql-tools/utils version 10.8.1 to 10.8.6, I have noticed the above-mentioned error with mutations.
It turned out that a downgrade to 10.8.2 works. All versions above this throw the error.
stacktrace: Array(11) [ "TypeError: (0 , utils_1.promiseReduce)(...).resolve is not a function", "
at executeFieldsSerially (/workspace/application/backend/node_modules/.pnpm/@graphql-tools+executor@1.3.12_graphql@16.10.0/node_modules/@graphql-tools/executor/cjs/execution/execute.js:257:29)", "
at executeOperation (/workspace/application/backend/node_modules/.pnpm/@graphql-tools+executor@1.3.12_graphql@16.10.0/node_modules/@graphql-tools/executor/cjs/execution/execute.js:231:18)", … ]
So it could be a change in version 10.8.3 causes this error.
Environment:
"@graphql-tools/delegate": "10.2.14",
"@graphql-tools/stitch": "9.4.19",
"@graphql-tools/utils": "10.8.2",
"@graphql-tools/wrap": "10.0.32",
"graphql": "16.10.0",
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
Describe the bug
Since updating from graphql-tools/utils version 10.8.1 to 10.8.6, I have noticed the above-mentioned error with mutations.
It turned out that a downgrade to 10.8.2 works. All versions above this throw the error.
So it could be a change in version 10.8.3 causes this error.
Environment: