Bridge any service into your GraphQL Federation Supergraph with secure, performant gRPC plugins simplifying architecture while enabling type-safe integration of REST, databases, and legacy systems
Define a Subgraph Schema
Generate a proto definition
Implement the plugin
Connect to your Router
wgc router plugin init
: Scaffolds a new gRPC plugin projectwgc router plugin build
: Generates code and builds the pluginwgc router plugin test
: Runs tests for your pluginMakefile
that provides a set of commands to build, test, and run the plugin.
wgc router plugin init
, it creates a complete router project with a hello world plugin.
For more details on the directory structure and build process, see the wgc router plugin init
documentation.