getGraphqlUrl(): string {
    const url = new URL(this.http.baseUrl);
    url.pathname = this.graphql.pathname;
    return url.toString();
  }