-
-
Notifications
You must be signed in to change notification settings - Fork 831
Description
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
- 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox
Make sure to fork this template and run
yarn generate
in the terminal.Please make sure the GraphQL Tools package versions under
package.json
matches yours. - 2. A failing test has been provided
- 3. A local solution has been provided
- 4. A pull request is pending review
Describe the bug
It seems that the prisma-loader
was removed from this repo in a commit that went straight to main
, not via PR. This looks like an accident to me, since there's no indication anywhere that this package would be abandoned or anything similar and there's also no changelog entry to indicate intention.
To Reproduce Steps to reproduce the behavior:
ls packages/loaders | grep prisma
doesn't show the package.
Expected behavior
ls packages/loaders | grep prisma
does show the package.
Additional context
I came across this while trying to find out why prisma-loaders
depends on the outdated graphql-request
v6 (v7 has been out for more than a year), even though the repo seems to receive regular dependency updates. This is when I couldn't find it and started investigating.