Skip to content

Automatically generate a GraphQL schema from gRPC client stubs

License

Notifications You must be signed in to change notification settings

ateamlunchbox/graphql_grpc

Repository files navigation

graphql_grpc

Generate and run a GraphQL-to-gRPC service proxy quickly and easily based on gRPC client stubs. The graphql_grpc gem will build a GraphQL schema based on the gRPC client stub methods and types; queries and mutations can then be executed on the GraphQL schema which passes the requests on to the proxied gRPC service for processing, then returns the gRPC result as a GraphQL response.

See bin/example.rb with its comments for example usage, or https://github.com/ateamlunchbox/graphql_grpc_example for a Ruby on Rails-based example.

About

Automatically generate a GraphQL schema from gRPC client stubs

Resources

License

Stars

Watchers

Forks

Packages

No packages published