We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b05ec1 commit f65a053Copy full SHA for f65a053
packages/apollo-angular/src/apollo.ts
@@ -1,6 +1,5 @@
1
import { from, Observable } from 'rxjs';
2
import { Inject, Injectable, NgZone, Optional } from '@angular/core';
3
-import type { WatchFragmentResult } from '@apollo/client';
4
import type {
5
ApolloClientOptions,
6
ApolloQueryResult,
@@ -9,6 +8,7 @@ import type {
9
8
OperationVariables,
10
QueryOptions,
11
SubscriptionOptions,
+ WatchFragmentResult
12
} from '@apollo/client/core';
13
import { ApolloClient } from '@apollo/client/core';
14
import { QueryRef } from './query-ref';
0 commit comments