fix: graphql playground documentation was hardcoded to an unrelated example (#3721)

Signed-off-by: Andrei Aaron <andreifdaaron@gmail.com>
This commit is contained in:
Andrei Aaron
2026-01-21 09:28:49 +02:00
committed by GitHub
parent 14e537a5eb
commit 088914bb05
+1 -1
View File
@@ -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()];