Moved from GitHub dgraph/4939
Posted by l4nn1312:
What you wanted to do
I’d like to be able to query my v2 /graphql database from gRPC and the go client because protobufs are smaller than JSON (if I’m not mistaken) and I can keep a database ope
What you actually did
Right now I’m having my go server make raw graphql queries to access the database which feels clunky.
Any external references to support your case
Other folks suggested it in the discourse.