Timothy Peterson

Results 4 comments of Timothy Peterson

This is not entirely related to the `svelte-apollo` package but for those of you that are having trouble setting this up with `@apollo/client`, I might have a solution. Credit goes...

@tobiasgranlof updates to Svelte (presumably Vite) have prevented the method I mentioned from working. I started a new SvelteKit project and got a similar error. It took me a while...

@tobiasgranlof, I think you made a mistake while trying to type check the environment variable here: ```javascript const link = new HttpLink({ // you would want to give uri a...

Hi all, If you're using NextJS, don't forget to change the path in `dotenv.config({ path: 'your-env-path' })`. It took me a while before I realised I had the variable stored...