Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grpc"
version = "0.1.0"
version = "0.1.1"
edition = "2024"
license = "Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion extensions/grpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ address = "{{ env.PRICING_SERVICE_URL }}"

## Generation of virtual subgraph schemas from Protobuf definitions

Use the protobuf compiler plugin: `protoc-gen-grafbase-subgraph`. TODO.
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`.

## Conventions

Expand Down
2 changes: 1 addition & 1 deletion extensions/grpc/extension.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[extension]
name = "grpc"
version = "0.1.0"
version = "0.1.1"
kind = "resolver"
description = "Integrate the Grafbase Gateway communicate with your gRPC services declaratively."
repository_url = "https://github.com/grafbase/extensions/tree/main/extensions/grpc"
Expand Down
Loading