Setup graphql subscriptions

This commit is contained in:
schroda
2023-10-27 20:23:45 +02:00
parent 6a1c302e45
commit b79fbcf71d
4 changed files with 37 additions and 3 deletions
+1 -1
View File
@@ -285,7 +285,7 @@ export class RequestManager {
public updateClient(config: Partial<AxiosInstance['defaults']>): void {
this.restClient.updateConfig(config);
this.graphQLClient.updateConfig({ uri: config.baseURL });
this.graphQLClient.updateConfig();
}
public getBaseUrl(): string {