Skip to content

Commit

Permalink
Import RefetchWritePolicy from core
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Nov 10, 2023
1 parent 83af070 commit 9b82651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react/hooks/__tests__/useInteractiveQuery.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import {
ApolloLink,
Observable,
OperationVariables,
RefetchWritePolicy,
} from "../../../core";
import {
MockedProvider,
Expand All @@ -41,7 +42,6 @@ import { InMemoryCache } from "../../../cache";
import { QueryReference } from "../../../react";
import { InteractiveQueryHookFetchPolicy } from "../../types/types";
import { FetchMoreFunction, RefetchFunction } from "../useSuspenseQuery";
import { RefetchWritePolicy } from "../../../core/watchQueryOptions";
import invariant from "ts-invariant";
import { profile, profileHook, spyOnConsole } from "../../../testing/internal";

Expand Down

0 comments on commit 9b82651

Please sign in to comment.