Skip to content

dwsutherland/graphene-protobuf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Testing graphql query resolving off protobuf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages