UNPKG

396 BTypeScriptView Raw
1import ApolloClient, { ObservableQuery, WatchQueryOptions } from 'apollo-client';
2export declare function getCachedObservableQuery<TData, TVariables>(client: ApolloClient<any>, options: WatchQueryOptions<TVariables>): ObservableQuery<TData, TVariables>;
3export declare function invalidateCachedObservableQuery<TVariables>(client: ApolloClient<any>, options: WatchQueryOptions<TVariables>): void;