diff options
| author | netop://ウィビ <paul@webb.page> | 2026-04-24 17:57:29 -0700 |
|---|---|---|
| committer | netop://ウィビ <paul@webb.page> | 2026-04-24 17:57:29 -0700 |
| commit | f059d97ab7f6d74d61139ac698cb871be7cb632e (patch) | |
| tree | ff17d82154da8e3ba30d40a314ea3bbcc84dc917 /playground | |
| parent | 41eef08bc409ba2a5a49e7d785bd113da51bab23 (diff) | |
| download | graphiql-primary.tar.gz graphiql-primary.zip | |
Diffstat (limited to 'playground')
| -rw-r--r-- | playground/src/App.svelte | 3 |
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 { |