Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor(provider: MockProvider) {
super(null);
this.client = Client.initWithMiddleware({
baseUrl: this.baseUrl + escape(this.rootGraphUrl),
authProvider: provider
});
}