File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import type { MatcherFunction } from "expect" ;
2
- import type { QueryReference } from "../../react/cache/QueryReference .js" ;
2
+ import type { QueryReference } from "../../react/internal/index .js" ;
3
3
import {
4
4
InternalQueryReference ,
5
5
unwrapQueryRef ,
6
- } from "../../react/cache/QueryReference .js" ;
6
+ } from "../../react/internal/index .js" ;
7
7
8
8
function isQueryRef ( queryRef : unknown ) : queryRef is QueryReference {
9
9
try {
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import type { DocumentNode } from "graphql";
3
3
import type { OperationVariables } from "../../core/index.js" ;
4
4
import { ApolloClient } from "../../core/index.js" ;
5
5
import { canonicalStringify } from "../../cache/index.js" ;
6
- import { getSuspenseCache } from "../../react/cache /index.js" ;
7
- import type { CacheKey } from "../../react/cache/types .js" ;
6
+ import { getSuspenseCache } from "../../react/internal /index.js" ;
7
+ import type { CacheKey } from "../../react/internal/index .js" ;
8
8
9
9
export const toHaveSuspenseCacheEntryUsing : MatcherFunction <
10
10
[
You can’t perform that action at this time.
0 commit comments