aboutsummaryrefslogtreecommitdiff
path: root/playground/src
diff options
context:
space:
mode:
authornetop://ウィビ <paul@webb.page>2026-04-24 17:57:29 -0700
committernetop://ウィビ <paul@webb.page>2026-04-24 17:57:29 -0700
commitf059d97ab7f6d74d61139ac698cb871be7cb632e (patch)
treeff17d82154da8e3ba30d40a314ea3bbcc84dc917 /playground/src
parent41eef08bc409ba2a5a49e7d785bd113da51bab23 (diff)
downloadgraphiql-f059d97ab7f6d74d61139ac698cb871be7cb632e.tar.gz
graphiql-f059d97ab7f6d74d61139ac698cb871be7cb632e.zip
Point playground at PokeAPI by defaultHEADprimary
Diffstat (limited to 'playground/src')
-rw-r--r--playground/src/App.svelte3
1 files changed, 2 insertions, 1 deletions
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 {