UNPKG

867 BTypeScriptView Raw
1export { ObservableQuery, FetchMoreOptions, UpdateQueryOptions, ApolloCurrentResult, ApolloCurrentQueryResult, } from './core/ObservableQuery';
2export { QueryBaseOptions, QueryOptions, WatchQueryOptions, MutationOptions, SubscriptionOptions, FetchPolicy, WatchQueryFetchPolicy, ErrorPolicy, FetchMoreQueryOptions, SubscribeToMoreOptions, MutationUpdaterFn, } from './core/watchQueryOptions';
3export { NetworkStatus } from './core/networkStatus';
4export * from './core/types';
5export { Resolver, FragmentMatcher as LocalStateFragmentMatcher, } from './core/LocalState';
6export { isApolloError, ApolloError } from './errors/ApolloError';
7import ApolloClient, { ApolloClientOptions, DefaultOptions } from './ApolloClient';
8export { ApolloClientOptions, DefaultOptions };
9export { ApolloClient };
10export default ApolloClient;
11//# sourceMappingURL=index.d.ts.map
\No newline at end of file