0.0
No commit activity in last 3 years
No release in over 3 years
This is a gem packaging up gRPC proxy code to GraphQL from http://examinedself.com/graphql-grpc/, along with code to generate a GraphQL schema from gRPC stubs.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

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.