From cce4e82d35354fc75012662fb02bde5faaf3bdff Mon Sep 17 00:00:00 2001 From: Sahil Yeole Date: Fri, 27 Sep 2024 10:54:16 +0530 Subject: [PATCH] add example Signed-off-by: Sahil Yeole --- docs/directives.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/directives.md b/docs/directives.md index 30ecc2fa14..6a623e4670 100644 --- a/docs/directives.md +++ b/docs/directives.md @@ -1139,6 +1139,7 @@ schema id: "news" src: "./src/grpc/news.proto" type: Protobuf + headers: [{key: "authorization", value: "Bearer 123"}] ) { query: Query }