Skip to content

Files

Latest commit

bf6077c · Mar 21, 2019

History

History
20 lines (13 loc) · 394 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 394 Bytes

graphene-protobuf

Testing graphql query resolving off protobuf

Install

pip install graphene protobuf

Run

./hello.py

To recompile your .proto definition

Just pre-compiled for linux x86_64 here

Or sudo apt-get install protobuf-compiler

Then from the clone:

$ protoc -I=./ --python_out=./ hello.proto