Skip to content

Commit

Permalink
import print from @apollo/client/utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Jan 3, 2024
1 parent c92ddeb commit 12fa821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/src/ssr/NextSSRApolloClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
Observable
} from "@apollo/client";
import type { QueryManager } from "@apollo/client/core/QueryManager";
import { print } from "graphql";
import { print } from "@apollo/client/utilities";
import { canonicalStringify } from "@apollo/client/cache";
import type { RehydrationContextValue } from "./types";
import { registerLateInitializingQueue } from "./lateInitializingQueue";
Expand Down

0 comments on commit 12fa821

Please sign in to comment.