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 143 forks source link

Sample/Example if backend GRPC services are in different language? #106

Open mnkg561 opened 4 years ago

mnkg561 commented 4 years ago

My backend grpc services are in Go language and wanted to experiment with rejoiner to expose those services via Graphql if it is "minimal" code on the Java side. Do you have any example of such use cases (or references to any community projects using rejoiner) where backend is in different language but using Java rejoiner to expose it as Graphql?