ardatan / graphql-mesh

🕸️ GraphQL Federation Framework for any API services such as REST, OpenAPI, Swagger, SOAP, gRPC and more...
https://the-guild.dev/graphql/mesh
MIT License
3.26k stars 334 forks source link

@omnigraph/grpc is missing #7661

Open presian-news opened 1 week ago

presian-news commented 1 week ago

Issue workflow progress

Progress of the issue based on the Contributor Workflow

Make sure to fork this template and run yarn generate in the terminal.

Please make sure Mesh package versions under package.json matches yours.


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:

Additional context

ardatan commented 1 week ago

You should install it manually; https://the-guild.dev/graphql/mesh/v1/source-handlers/grpc

presian-news commented 1 week ago

Thanks for your reply! I can't find omnigraph/grpc on npm?

presian-news commented 1 week ago

@ardatan


$ yarn add @omnigraph/grpc
yarn add v1.22.22
[1/4] Resolving packages...
error Error: https://registry.yarnpkg.com/@omnigraph%2fgrpc: Not found