Skip to content

Commit f80969b

Browse files
authored
Merge pull request #53 from grafbase/tomhoule-mkuumypzokwy
grpc: update README and release 0.1.1
2 parents 2a07505 + 87a27a6 commit f80969b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/grpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "grpc"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
license = "Apache-2.0"
66

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

extensions/grpc/extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[extension]
22
name = "grpc"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
kind = "resolver"
55
description = "Integrate the Grafbase Gateway communicate with your gRPC services declaratively."
66
repository_url = "https://github.com/grafbase/extensions/tree/main/extensions/grpc"

0 commit comments

Comments
 (0)