UNPKG

365 BTypeScriptView Raw
1import type { Client } from "graphql-ws";
2import { ApolloLink, Operation, FetchResult } from "../core";
3import { Observable } from "../../utilities";
4export declare class GraphQLWsLink extends ApolloLink {
5 readonly client: Client;
6 constructor(client: Client);
7 request(operation: Operation): Observable<FetchResult>;
8}
9//# sourceMappingURL=index.d.ts.map
\No newline at end of file