Skip to content

Commit

Permalink
Revert changes to graphcache/src/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Jul 19, 2023
1 parent bc70069 commit c90838b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion exchanges/graphcache/default-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
},
"./package.json": "./package.json"
}
}
}
3 changes: 0 additions & 3 deletions exchanges/graphcache/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ export * from './types';
export { Store } from './store/store';
export { cacheExchange } from './cacheExchange';
export { offlineExchange } from './offlineExchange';

export { __initAnd_write as write } from './operations/write';
export { __initAnd_query as query } from './operations/query';

0 comments on commit c90838b

Please sign in to comment.