Skip to content

Commit

Permalink
chore: remove dedupExchange as it was removed and logic moved into a
Browse files Browse the repository at this point in the history
client.
  • Loading branch information
erka committed Apr 8, 2024
1 parent 8780544 commit e3a1d28
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions integration/src/__test__/integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
Observable,
Operation,
} from '@apollo/client/core';
import {HttpLink} from '@apollo/client/link/http';
import { HttpLink } from '@apollo/client/link/http';

import { print } from "graphql";
import { GraphQLWsLink } from "@apollo/client/link/subscriptions";
Expand All @@ -35,7 +35,6 @@ import {
import {
cacheExchange,
Client,
dedupExchange,
subscriptionExchange,
} from "urql";
import { isFragmentReady, useFragment } from "../generated";
Expand Down Expand Up @@ -370,7 +369,6 @@ describe("URQL SSE client", () => {
const client = new Client({
url: uri,
exchanges: [
dedupExchange,
cacheExchange,
subscriptionExchange({
enableAllOperations: true,
Expand Down

0 comments on commit e3a1d28

Please sign in to comment.