google / rejoiner

Generates a unified GraphQL schema from gRPC microservices and other Protobuf sources
https://google.github.io/rejoiner/
Apache License 2.0
3.67k stars 140 forks source link

Question: rejoiner inside existing grpc service? #130

Open sshevlyagin opened 1 year ago

sshevlyagin commented 1 year ago

I can't tell how possible this is from the examples. If I have an existing GRPC service that's using io.grpc and guice, could I use rejoiner to expose a graphql endpoint from the existing service and leverage some of the auto conversion?

siderakis commented 1 year ago

Yeah, you can create the graphed schema and serve a graphql endpoint in your existing service.

sshevlyagin commented 1 year ago

Awesome, i'll let you know if I do anything here.