diff options
Diffstat (limited to '')
| -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 { |