Skip to content

Commit

Permalink
chore: update gen command for grpc integration (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddOnTop authored Oct 30, 2024
1 parent b29ca91 commit a0af359
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/config-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,8 @@ Tailcall simplifies the process of generating GraphQL schemas from gRPC. By spec
"inputs": [
{
"proto": {
"src": "./news.proto"
"src": "./news.proto",
"url": "http://localhost:50051"
}
}
],
Expand All @@ -363,6 +364,7 @@ Tailcall simplifies the process of generating GraphQL schemas from gRPC. By spec
inputs:
- proto:
src: "./news.proto"
url: "http://localhost:50051"
preset:
mergeType: 1.0
output:
Expand Down

0 comments on commit a0af359

Please sign in to comment.