@omnigraph/grpc is missing
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 generatein the terminal.Please make sure Mesh package versions under
package.jsonmatches yours.
- [x] 2. A failing test has been provided
- [ ] 3. A local solution has been provided
- [ ] 4. A pull request is pending review
Describe the bug
@omnigraph/grpc is a dependency of release 1.0.1 but does not exist on npm
To Reproduce Steps to reproduce the behavior:
$ yarn add @omnigraph/grpc
yarn add v1.22.22
[1/4] Resolving packages...
error Error: https://registry.yarnpkg.com/@omnigraph%2fgrpc: Not found
Expected behavior
the grpc dependency is resolved.
Environment:
- OS: cos
-
@graphql-mesh/...: 1.0.1 - NodeJS: 20
Additional context
You should install it manually; https://the-guild.dev/graphql/mesh/v1/source-handlers/grpc
Thanks for your reply! I can't find omnigraph/grpc on npm?
any updates?
@omnigraph/grpc is not in the npm registry, or you have no permission to fetch it. ?
How am I supposed to proceed with recommended v1 without this package?
@mifrej My team gave up on using this package. Great idea, but poor communication from the maintainer.
Sorry to hear that. Most of the maintainers were off or busy with other stuff, and specifically I was on a vacation. So I wasn't ignoring any of the messages here but just saw them. We just came back to work fully, and we are trying to catch up all the contributions made by the community. Other than that, usually we are trying to be responsive as much as we can as you can also see the activity in the repo. Maybe you could try to look at the code by yourself, and contribute to the project in a PR, then after we were back, this would have helped us on providing the solution in a shorter time by using your contribution.
Anyway, the actual issue is that package is missed during the v1 refactor while the implementation has been existed already in v0 inside @graphql-mesh/grpc.
We will take care of that soon, and keep you updated. Unfortunately, I cannot give an ETA right now. But I'll write here when we start working on that (with a PR).
Thank You for the update @ardatan. Good to hear you are back on the development cycle.