Skip to content

Commit

Permalink
Use import from @apollo/client/core instead of @apollo/client
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-elastique authored and PowerKiKi committed Aug 19, 2024
1 parent 7b05ec1 commit f65a053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo-angular/src/apollo.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { from, Observable } from 'rxjs';
import { Inject, Injectable, NgZone, Optional } from '@angular/core';
import type { WatchFragmentResult } from '@apollo/client';
import type {
ApolloClientOptions,
ApolloQueryResult,
Expand All @@ -9,6 +8,7 @@ import type {
OperationVariables,
QueryOptions,
SubscriptionOptions,
WatchFragmentResult
} from '@apollo/client/core';
import { ApolloClient } from '@apollo/client/core';
import { QueryRef } from './query-ref';
Expand Down

0 comments on commit f65a053

Please sign in to comment.