Skip to content

Commit 6177486

Browse files
committed
grpc: update README and release 0.1.1
1 parent 568fd0a commit 6177486

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/grpc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ address = "{{ env.PRICING_SERVICE_URL }}"
6363

6464
## Generation of virtual subgraph schemas from Protobuf definitions
6565

66-
Use the protobuf compiler plugin: `protoc-gen-grafbase-subgraph`. TODO.
66+
There is a companion tool to this extension, that can generate a subgraph schema for your gRPC services from the protocol buffer definitions: [protoc-gen-grafbase-subgraph](https://github.com/grafbase/grafbase/tree/main/crates/protoc-gen-grafbase-subgraph). See its [README](https://github.com/grafbase/grafbase/tree/main/crates/protoc-gen-grafbase-subgraph/README.md) for instructions on using it with `protoc` and `buf`.
6767

6868
## Conventions
6969

0 commit comments

Comments
 (0)