Skip to content

Commit f65a053

Browse files
richard-elastiquePowerKiKi
authored andcommitted
Use import from @apollo/client/core instead of @apollo/client
1 parent 7b05ec1 commit f65a053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apollo-angular/src/apollo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { from, Observable } from 'rxjs';
22
import { Inject, Injectable, NgZone, Optional } from '@angular/core';
3-
import type { WatchFragmentResult } from '@apollo/client';
43
import type {
54
ApolloClientOptions,
65
ApolloQueryResult,
@@ -9,6 +8,7 @@ import type {
98
OperationVariables,
109
QueryOptions,
1110
SubscriptionOptions,
11+
WatchFragmentResult
1212
} from '@apollo/client/core';
1313
import { ApolloClient } from '@apollo/client/core';
1414
import { QueryRef } from './query-ref';

0 commit comments

Comments
 (0)