Testing graphql query resolving off protobuf
pip install graphene protobuf
./hello.py
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
Testing graphql query resolving off protobuf
pip install graphene protobuf
./hello.py
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