graphql-tools
graphql-tools copied to clipboard
[DO NOT MERGE] Reproduce 5436
This PR is to reproduce #5436 with a failing test.
⚠️ No Changeset found
Latest commit: ced7892de9040a9eb9b547f6d7a36a39e27966dc
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Thank you for the PR. I spent a lot of time on debugging but I got stuck unfortunately. I'd love to get your help to fix it :)
Thank you for the PR. I spent a lot of time on debugging but I got stuck unfortunately. I'd love to get your help to fix it :)
I can try — the only thing I found to work for it was to search potential transitive dependencies but this breaks other tests... It's hard to debug why the proper dependency list isn't getting build across files.
I'll look some more.
Thank you @tlivings !