1 | import type { Client } from "graphql-ws";
|
2 | import { ApolloLink, Operation, FetchResult } from "../core";
|
3 | import { Observable } from "../../utilities";
|
4 | export 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 |