From 088914bb0561060f87bd44c1a105866a2ab07ed5 Mon Sep 17 00:00:00 2001 From: Andrei Aaron Date: Wed, 21 Jan 2026 09:28:49 +0200 Subject: [PATCH] fix: graphql playground documentation was hardcoded to an unrelated example (#3721) Signed-off-by: Andrei Aaron --- pkg/debug/gqlplayground/index.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/debug/gqlplayground/index.html.tmpl b/pkg/debug/gqlplayground/index.html.tmpl index 6fb1d1f2..5b5595f1 100644 --- a/pkg/debug/gqlplayground/index.html.tmpl +++ b/pkg/debug/gqlplayground/index.html.tmpl @@ -67,7 +67,7 @@ import 'graphiql/setup-workers/esm.sh'; const fetcher = createGraphiQLFetcher({ - url: 'https://countries.trevorblades.com', + url: '{{.Target}}', }); const plugins = [HISTORY_PLUGIN, explorerPlugin()];