graphql-tools
graphql-tools copied to clipboard
Master branch fails to build with TypeScript 4.8
Issue workflow progress
Progress of the issue based on the Contributor Workflow
- [x] 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox https://github.com/ardatan/graphql-tools/pull/4672
- [ ] 2. A failing test has been provided
- [ ] 3. A local solution has been provided
- [ ] 4. A pull request is pending review
Describe the bug
The tests of latest version of the package fail with TypeScript v4.8, and similar TS errors show up in downstream projects.
To Reproduce Steps to reproduce the behavior:
Update TypeScript to 4.8.2 and run the tests.
Expected behavior
They should pass.
Environment:
- OS:
@graphql-tools/...:- NodeJS:
Additional context