Skip to content

Getting Started

There are three ways to use this library:

  1. Using the protoc tool and extending it with plugins to generate graphql schema and golang bindings.
  2. Generating the graphql schema using proto2graphql (use this if you don't want to install protoc)
  3. Configuring a gateway that will translate the messages from one protocol to other on the fly.

For more examples check: example