Updating uri of apollo client instance
问题 I'm using Angular Apollo for one of our project. I'm creating the apollo client as: this.apollo.create({ link: this.httpLink.create({ uri: `${environment.apiBase}/graphql?access_token=${this.tokenService.token}`}), cache: new InMemoryCache() }) Since our uri has an access token which also gets expired after a certain point of time, we had to refresh it and get the new access token, hence a new uri. I was unable find any method in apollo docs regarding the way to update the uri(maybe I've