Skip to content

Commit

Permalink
Delete OperationData, QueryData, MutationData, SubscriptionData, useB…
Browse files Browse the repository at this point in the history
…aseQuery, useDeepMemo, useFastRefresh

The Lannisters send their regards
  • Loading branch information
brainkim committed Aug 12, 2021
1 parent 1c278d0 commit baeb69c
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 1,111 deletions.
1 change: 0 additions & 1 deletion config/entryPoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const entryPoints = [
{ dirs: ['react'] },
{ dirs: ['react', 'components'] },
{ dirs: ['react', 'context'] },
{ dirs: ['react', 'data'] },
{ dirs: ['react', 'hoc'] },
{ dirs: ['react', 'hooks'] },
{ dirs: ['react', 'parser'] },
Expand Down
9 changes: 0 additions & 9 deletions src/__tests__/__snapshots__/exports.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -256,15 +256,6 @@ Array [
]
`;

exports[`exports of public entry points @apollo/client/react/data 1`] = `
Array [
"MutationData",
"OperationData",
"QueryData",
"SubscriptionData",
]
`;

exports[`exports of public entry points @apollo/client/react/hoc 1`] = `
Array [
"graphql",
Expand Down
2 changes: 0 additions & 2 deletions src/__tests__/exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import * as linkWS from "../link/ws";
import * as react from "../react";
import * as reactComponents from "../react/components";
import * as reactContext from "../react/context";
import * as reactData from "../react/data";
import * as reactHOC from "../react/hoc";
import * as reactHooks from "../react/hooks";
import * as reactParser from "../react/parser";
Expand Down Expand Up @@ -56,7 +55,6 @@ describe('exports of public entry points', () => {
check("@apollo/client/react", react);
check("@apollo/client/react/components", reactComponents);
check("@apollo/client/react/context", reactContext);
check("@apollo/client/react/data", reactData);
check("@apollo/client/react/hoc", reactHOC);
check("@apollo/client/react/hooks", reactHooks);
check("@apollo/client/react/parser", reactParser);
Expand Down
172 changes: 0 additions & 172 deletions src/react/data/MutationData.ts

This file was deleted.

80 changes: 0 additions & 80 deletions src/react/data/OperationData.ts

This file was deleted.

Loading

0 comments on commit baeb69c

Please sign in to comment.