Timothy Wheelock

Results 2 issues of Timothy Wheelock

``` import { ApolloClient, InMemoryCache } from "@apollo/client"; import { setClient } from "svelte-apollo"; export let token: string = ""; const cache = new InMemoryCache(); const client = new ApolloClient({...

@antony Hello again. Recently I had to implement this functionality for a project, here's a PR in case you're interested in upstreaming it. Cheers.