From a0af3595ea10494ec2c49682b21f27ffc8d1ec5b Mon Sep 17 00:00:00 2001 From: Sandipsinh Dilipsinh Rathod <62684960+ssddOnTop@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:21:39 -0400 Subject: [PATCH] chore: update gen command for grpc integration (#544) --- docs/config-generation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/config-generation.md b/docs/config-generation.md index 79be420fce..a0c8e748d4 100644 --- a/docs/config-generation.md +++ b/docs/config-generation.md @@ -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" } } ], @@ -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: