SvelteKit Fetch from GraphQL Endpoint with Variables
If you want to fetch data from a GraphQL endpoint, you can use the browser fetch API without the need for any third party tools. You can use the browser fetch API in SvelteKit on both the client and the server. In this first example I'm using the Sve...
Feb 12, 20222 min read77
