From f059d97ab7f6d74d61139ac698cb871be7cb632e Mon Sep 17 00:00:00 2001 From: "netop://ウィビ" Date: Fri, 24 Apr 2026 17:57:29 -0700 Subject: Point playground at PokeAPI by default --- playground/src/App.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playground/src/App.svelte b/playground/src/App.svelte index 82a8c9d..dc4f0a5 100644 --- a/playground/src/App.svelte +++ b/playground/src/App.svelte @@ -7,7 +7,8 @@ /*** UTILITY ------------------------------------------ ***/ const fetcher = createHttpFetcher({ - url: "https://countries.trevorblades.com/" + url: "https://graphql.pokeapi.co/v1beta2" + // url: "https://countries.trevorblades.com/" }); const initialQuery = `query Countries { -- cgit v1.2.3