@apollo-orbit/angular
Version:
A fully-featured GraphQL client for Angular with modular state management.
11 lines (10 loc) • 477 B
TypeScript
import { HttpClient } from '@angular/common/http';
import { BatchHttpLink } from '@apollo/client/link/batch-http';
import * as i0 from "@angular/core";
export declare class BatchHttpLinkFactory {
private readonly httpClient;
constructor(httpClient: HttpClient);
create(options?: BatchHttpLink.Options): BatchHttpLink;
static ɵfac: i0.ɵɵFactoryDeclaration<BatchHttpLinkFactory, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<BatchHttpLinkFactory>;
}