UNPKG

apollo-client-rxjs

Version:
6 lines (5 loc) 206 B
import { ApolloClient, WatchQueryOptions } from 'apollo-client'; export declare class RxApolloClient extends ApolloClient { constructor(options: any); watchQuery(options: WatchQueryOptions): any; }